You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"details": "Second time a booster will be reused: Second flight of B1029 after the Iridium mission of January 2017. The satellite will be the first commercial Bulgarian-owned communications satellite and it will provide television broadcasts and other communications services over southeast Europe."
120
-
},
121
-
```
122
-
<br></br>
20
+
## Usage / Endpoints
21
+
See the [Wiki](https://github.com/r-spacex/SpaceX-API/wiki) for API Documentation
123
22
23
+
## Contributions
24
+
See the [Contribution](https://github.com/r-spacex/SpaceX-API/blob/master/CONTRIBUTING.md) guide for detailed steps
124
25
125
26
## FAQ's
126
27
* If you have any questions or corrections, please open an issue and we'll get it merged ASAP
@@ -129,9 +30,7 @@ GET https://api.spacexdata.com/parts/cores/B1021
129
30
* For any other questions or concerns, just shoot me an email
130
31
131
32
## Technical Details
132
-
* API is using [Sinatra](http://www.sinatrarb.com/)as a framework in Ruby
133
-
* Launch, Capsule, and Core data implemented in [MariaDB](https://mariadb.org/)
134
-
* Vehicle, Launchpad, and Company data is stored directly in JSON
33
+
* API is using [Sinatra](http://www.sinatrarb.com/) framework
34
+
* Launch, Capsule, and Core data stored in [MariaDB](https://mariadb.org/)
35
+
* Vehicle, Launchpad, and Company data is stored in Ruby hashes.
135
36
* API is deployed on [Heroku](https://www.heroku.com/)
136
-
* This repo deploys to a staging server first, so the production server might
137
-
be a few commits behind, this allows for testing, and preserves stability
0 commit comments