Skip to content

Commit a07db3f

Browse files
committed
added GET to documentation
1 parent 1bb160d commit a07db3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ GET https://api.spacexdata.com/launches/cap=C106
4848
```
4949
Get detailed capsule information by serial #
5050
```http
51-
https://api.spacexdata.com/parts/cap=C106
51+
GET https://api.spacexdata.com/parts/cap=C106
5252
```
5353
Get detailed info on all capsules
5454
```http
55-
https://api.spacexdata.com/parts/caps
55+
GET https://api.spacexdata.com/parts/caps
5656
```
5757
Get detailed core information by serial #
5858
```http
59-
https://api.spacexdata.com/parts/core=B1021
59+
GET https://api.spacexdata.com/parts/core=B1021
6060
```
6161
Get detailed info on all cores
6262
```http
63-
https://api.spacexdata.com/parts/cores
63+
GET https://api.spacexdata.com/parts/cores
6464
```
6565
Get past launches by year
6666
```http

0 commit comments

Comments
 (0)