Skip to content

Fixed authorizations api #245

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

Closed
wants to merge 1 commit into from
Closed

Fixed authorizations api #245

wants to merge 1 commit into from

Conversation

GrahamCampbell
Copy link
Contributor

No description provided.

@@ -40,6 +40,16 @@ public function remove($id)

public function check($id, $token)
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest renaming id to clientId to be more explicit about which id it is (the github doc describes it as client_id btw): https://developer.github.com/v3/oauth_authorizations/#check-an-authorization

Copy link
Contributor

Choose a reason for hiding this comment

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

@GrahamCampbell rename please it would be clear

@stof
Copy link
Contributor

stof commented Feb 20, 2015

Resetting an authorization is also missing: https://developer.github.com/v3/oauth_authorizations/#reset-an-authorization

@cursedcoder
Copy link
Contributor

done by #277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants