Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement V4::Capsules #83

Merged
merged 2 commits into from
Oct 16, 2021
Merged

Conversation

invacuo
Copy link
Collaborator

@invacuo invacuo commented Oct 31, 2020

Why?

Description

  • Added code to support two of the new endpoints
    • Get all capsules
    • Get a specific capsule by id

Notes

The README.md file was getting too long, so I created a docs folder and moved v3 and v4 documentation to their own markdown files

- SpaceX now has a v4 api and new [capsules endpoints](https://github.com/r-spacex/SpaceX-API/blob/master/docs/v4/README.md#capsules---schema)

- Added code to support two of the new endpoints
  - Get all capsules
  - Get a specific capsule by id

The README.md file was getting too long, so I created a docs folder and moved v3 and v4 documentation to their own markdown files
Copy link
Owner

@rodolfobandeira rodolfobandeira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@invacuo Just two comments. Sorry for the long time this PR was hanging here. Please let me know if you have some time to review my comments, otherwise I'll merge it and change some missing items myself. Example: Changelog, API version, and actually my PR comments.

Thanks!

lib/spacex.rb Outdated Show resolved Hide resolved
lib/spacex/models.rb Show resolved Hide resolved
@invacuo
Copy link
Collaborator Author

invacuo commented Oct 5, 2021

@rodolfobandeira It has been a while since I opened these PRs. Let me try to remember what my thought process was and address your feedback. I also am curious to know your thoughts on the idea mentioned here #80 (comment)

@mtking2 mtking2 mentioned this pull request Oct 12, 2021
@rodolfobandeira
Copy link
Owner

Thanks @invacuo

We'll need to update the CHANGELOG.md. I can help with that right after I merge this

@rodolfobandeira rodolfobandeira merged commit 606563c into rodolfobandeira:main Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants