question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request for Missions / Payload endpoints

See original GitHub issue

Hi @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:closed
  • Created 5 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
jakewmeyercommented, Aug 7, 2018

NORAD id’s added 👍

0reactions
jakewmeyercommented, Sep 11, 2018

@jeroenboumans All missions are added, and mission id’s have been added to all applicable launches.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found