File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- github_api (0.5.0.rc1 )
4+ github_api (0.5.0 )
55 faraday (~> 0.7.6 )
66 hashie (~> 1.2.0 )
77 multi_json (~> 1.3 )
Original file line number Diff line number Diff line change @@ -39,11 +39,12 @@ Thank you for installing github_api-#{Github::VERSION::STRING.dup}.
3939*NOTE*: Version 0.5.0 introduces breaking changes to the way github api is queried.
4040The interface has been rewritten to be more consistent with REST verbs that
4141interact with GitHub hypermedia resources. Thus, to list resources 'list' or 'all'
42- verb is used, to retrieve individual resource 'get' or 'find' verbs are used.
43- Further CRUDE operations on all resources use preditable verbs as well.
42+ verbs are used, to retrieve individual resource 'get' or 'find' verbs are used.
43+ Other CRUDE operations on all resources use preditable verbs as well, such as
44+ 'create', 'delete' etc...
4445
45- Again sorry for inconvenience but I trust that this will help in easier access to
46- the GitHub API.
46+ Again sorry for the inconvenience but I trust that this will help in easier access to
47+ the GitHub API and library .
4748
4849For more information: http://rubydoc.info/github/peter-murach/github/master/frames
4950
You can’t perform that action at this time.
0 commit comments