-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from 47deg/rafa-preparing-v0.2-SNAPSHOT
Version 0.2-SNAPSHOT
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
Changelog | ||
============= | ||
|
||
## 2016/05/11 - Version 0.1 | ||
## 2016/05/12 - Version 0.1 | ||
|
||
- First version | ||
This first approach includes several functions related to Users, Repositories and Authentication process. | ||
|
||
- Users: | ||
- Get user | ||
- Get authenticated user | ||
- Get users | ||
|
||
- Repositories: | ||
- Get repository | ||
- List commits | ||
|
||
- Authentication: | ||
- New authorization | ||
- Get authorize url (oAuth step 1) | ||
- Get access token (oAuth step 2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters