Skip to content

Commit f5b017d

Browse files
committed
fixed https in readme
1 parent 8a7dafa commit f5b017d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@
1818
## Usage / Endpoints
1919
Get API info
2020
```http
21-
GET http://api.spacexdata.com
21+
GET https://api.spacexdata.com
2222
```
2323

2424
Get company info
2525
```http
26-
GET http://api.spacexdata.com/info
26+
GET https://api.spacexdata.com/info
2727
```
2828

2929
Get vehicle information
3030
```http
31-
GET http://api.spacexdata.com/vehicles/falcon9
32-
GET http://api.spacexdata.com/vehicles/falconheavy
33-
GET http://api.spacexdata.com/vehicles/dragon
31+
GET https://api.spacexdata.com/vehicles/falcon9
32+
GET https://api.spacexdata.com/vehicles/falconheavy
33+
GET https://api.spacexdata.com/vehicles/dragon
3434
```
3535
Get launch site information
3636
```http
37-
GET http://api.spacexdata.com/sites
37+
GET https://api.spacexdata.com/sites
3838
```
3939
Get launches by year
4040
```http
41-
GET http://api.spacexdata.com/launches/2017
41+
GET https://api.spacexdata.com/launches/2017
4242
```
4343

4444
Get launches in a date range
4545
```http
46-
GET http://api.spacexdata.com/launches/from=2011-01-20/to=2017-05-25
46+
GET https://api.spacexdata.com/launches/from=2011-01-20/to=2017-05-25
4747
```
4848
<br></br>
4949

0 commit comments

Comments
 (0)