Request for Missions / Payload endpoints
See original GitHub issueHi @jakewmeyer,
Since payloads are more detailed now I was thinking that it would be very useful to have these endpoints:
Missions
GET https://api.spacexdata.com/v2/missions/
GET https://api.spacexdata.com/v2/missions/#id
GET https://api.spacexdata.com/v2/missions/?payload_id=x&order=desc
Payloads/Satellites (for example, retrieve all satellites of the Iridium mission)
GET https://api.spacexdata.com/v2/payloads/
GET https://api.spacexdata.com/v2/payloads/#id
GET https://api.spacexdata.com/v2/payloads/?mission_id=x&order=desc
Would this be an option to add to the API?
Regards, Jeroen
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
Step 2: Endpoints and methods (API reference tutorial)
The endpoints indicate how you access the resource, while the method indicates the allowed interactions (such as GET, POST, or DELETE) with ...
Read more >hapi — How to Access and Handle Request Payload
You can access all the information by using hapi's request object that is provided for each handler(request, reply) function.
Read more >PUSH API: when API endpoint receives a payload it triggers ...
PUSH API: when API endpoint receives a payload it triggers execution of a data integration Flow · Get the HTTP headers passed in...
Read more >Passing the payload of one API request to API call 2
I like to create two API in which request is made to get information in one API and the insertion to the db...
Read more >Sending Notification Requests to APNs - Apple Developer
Sending Notification Requests to APNs. Transmit your remote notification payload and device token information to Apple Push Notification service (APNs).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
NORAD id’s added 👍
@jeroenboumans All missions are added, and mission id’s have been added to all applicable launches.