Skip to content

Commit 62861e5

Browse files
committed
lint
1 parent 11e392d commit 62861e5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,13 @@ The categories and technologies endpoints now support custom field selection, al
502502
503503
Get only category names:
504504
505-
```
505+
```http
506506
GET /v1/categories?fields=category
507507
```
508508
509509
Get categories with descriptions:
510510
511-
```
511+
```http
512512
GET /v1/categories?fields=category,description
513513
```
514514
@@ -522,7 +522,7 @@ GET /v1/categories?fields=category,description
522522
523523
Get only technology names and categories:
524524
525-
```
525+
```http
526526
GET /v1/technologies?fields=technology,category
527527
```
528528
@@ -545,7 +545,7 @@ Response:
545545
546546
Combine with existing filters:
547547
548-
```
548+
```http
549549
GET /v1/technologies?category=JavaScript%20Frameworks&fields=technology,icon
550550
```
551551
@@ -557,7 +557,8 @@ GET /v1/technologies?category=JavaScript%20Frameworks&fields=technology,icon
557557
558558
Get only technology and version names:
559559
560-
```GET /v1/versions?fields=technology,version
560+
```http
561+
GET /v1/versions?fields=technology,version
561562
```
562563
563564
Response:

0 commit comments

Comments
 (0)