-
Notifications
You must be signed in to change notification settings - Fork 110
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 support for checkins/resolve endpoint #102
base: master
Are you sure you want to change the base?
Conversation
[fix mattmueller#101] Now clients can get an information about a checkin by a short ID at the end of a swarmapp.com url like: ``` client.resolve_checkin(shortId: 'dcBOk2Awmpj') ```
Hi @mattmueller, could you please look at this? Thanks |
Hello @mattmueller, @marcomoura, @acmeyer, @R-obert could you guys somebody review and merge this PR? Thanks! |
req.url "checkins/resolve", options | ||
end | ||
return_error_or_body(response, response.body.response.checkin) | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks nice 👍
lib/foursquare2.rb
Outdated
@@ -39,6 +39,7 @@ def configure | |||
require 'foursquare2/pages' | |||
require 'foursquare2/lists' | |||
require 'foursquare2/events' | |||
require 'foursquare2/multi' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw another PR with this change, would be better to let this to be merged there... wdyt to extract from this PR the commit and the code related to the 'multi'?
Hi @marcomoura, I removed the code related to the 'multi' PR. Can you merge it now? |
[fix #101]
Now clients can get an information about a checkin by a short ID at the
end of a swarmapp.com url like: