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

Add API Info endpoint #69

Merged

Conversation

fernandomaia
Copy link
Contributor

Why?

Description

@invacuo
Copy link
Collaborator

invacuo commented Oct 2, 2019

Hey @fernandomaia,

Thanks for the PR!

Looks like Travis is failing due to the same Faraday issue that I had to do in my PR #70 . You might have to do the same change in your PR or wait till my PR is merged in.

Cheers 🍻 !

Copy link
Collaborator

@invacuo invacuo left a comment

Choose a reason for hiding this comment

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

Just a couple of minor comments. Else LGTM 👍

CHANGELOG.md Outdated
@@ -1,6 +1,7 @@
### 1.0.2 (next)

* Your contribution here.
* [#66](https://github.com/rodolfobandeira/spacex/pull/66): Implement API Info endpoint [@fernandomaia](https://github.com/fernandomaia).
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think the numbers here should be your PR number and not the issue number. So this should be 69 instead of 66 in both the places.

subject do
SPACEX::ApiInfo.info
end
it 'returns API info' do
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: A new line before it

@fernandomaia
Copy link
Contributor Author

Hey @invacuo, thanks for your comments. Yeah, I had changed this manually but wasn't sure if it was a good idea to add it to this PR or if I should open up a new PR with this fix. Anyway, I'm going to fix up everything and then update this PR.

Thanks!

@rodolfobandeira rodolfobandeira merged commit 0e5c8ad into rodolfobandeira:master Oct 2, 2019
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.

Implement "API info" endpoint
3 participants