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.

Add crew endpoint

See original GitHub issue

Endpoint: https://api.spacexdata.com/v3/crew

Things to decide on:

  • Crew schema
  • Integration with launches

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
jakewmeyercommented, Jun 20, 2019

Planning on getting this in place this weekend, at least an initial version.

@philipwhiuk

  • Planning on adding a top level crew array with the names of crew at launch. In addition, I can add a crew_returned array to the crew dragon payload, along with other crew dragon applicable info.

  • flight_time currently is time from liftoff to splashdown

@AlbericTrancart Will likely use a missions array to keep track of flights like the existing setup for cores/capsules

[
  {
    "person": "Bob Behnken",
    "organization": "NASA",
    "missions": [
      {
        "name": "CRS-12",
        "flight": 45
      },
      {
        "name": "CRS-17",
        "flight": 78
      }
    ],
  }
]
0reactions
mighty-phoenixcommented, Sep 17, 2019

@jakewmeyer I am new to this project. Can you please tell me how I can proceed with collecting and adding the data to the database?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add Subscribers to a Notification with a Dynamic Endpoint
Add flexibility to notification recipients by sending notifications based off of an attribute value instead of a hard-coded person/group.
Read more >
Overcoming Your Endpoint Security Limitations with a ...
Your endpoint defense must as well. This ebook will dive into the scary realities of overstretched and under-resourced teams, and provide some tips...
Read more >
Re: AMA: Managing Windows with Microsoft Endpoint Manager
WUFB Question: It's my understanding that if a device is targeted with Windows 11, but isn't compatible, they won't do any feature updates....
Read more >
How to have get and post endpoint from same flask-restplus ...
I have the below class that inherits from flask-restplus.Resource. class Patient(Resource): """ Patient endpoint.""" @clinic_api_ns.
Read more >
Dynamic endpoint binding in Oracle SOA Suite
We'll show you how to achieve that using dynamic endpoint binding. There are three different implementations of the GetAvailableCars service.
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