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.

Rocket model properties are not aligned across endpoints

See original GitHub issue

Thanks for an amazing API. I’m working on an iOS app that will consume more or less the whole thing 🚀

I’ve come across one peculiarity, however. On /rockets the properties look like this:

{
    "id": "falcon1",
    "type": "Merlin A",
    "name": "Falcon 1"
}

whereas on /launces those properties are prepended with rocket_ like this:

{
    "rocket": {
        "rocket_id": "falcon1",
        "rocket_type": "Merlin A",
        "rocket_name": "Falcon 1"
    }
}

This makes it a little more troublesome to make global model serialization.

Is there a reason for this misalignment? 🙂

Cheers 🙌

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:22 (22 by maintainers)

github_iconTop GitHub Comments

3reactions
jakewmeyercommented, Aug 25, 2018

Negligible performance difference, one example is live for rockets. https://api.spacexdata.com/v3/rockets

Read more comments on GitHub >

github_iconTop Results From Across the Web

stop() - Rocket Software Documentation
Stop the UTIMER component.
Read more >
Monitoring ML models with Vertex AI | Google Cloud | Nov, 2022
This article, though is not about rockets. It is about machine learning models which you have already trained and launched or you are...
Read more >
Responses section formatting - code and description not ...
In the Responses section, for each code, the text box containing the code description is vertically lower on the page than the code...
Read more >
202439Orig1s000 Reviews - Accessdata.fda.gov
study arms and rivaroxaban vs. warfarin comparisons for these endpoints. The models estimated thrombotic and bleeding outcomes in ROCKET in ...
Read more >
The best webpack configurations for React applications
If you've struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.
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