Vincent Jacques
2dec13c974
Run compare_to_api_ref_doc.py
2013-08-21 16:14:13 +02:00
Vincent Jacques
20107078d2
Fix copyrights ( #181 #182 #184 #186 #187 )
2013-08-21 16:08:02 +02:00
Ed Jackson
211e4633ee
Minor enhancements to rate limiting information
...
If rate limiting information hasn't been retrieved already, it will be checked
rather than just assuming 5000 requests remaining of 5000.
Add an additional attribute `rate_limiting_resettime` to reflect github's new
X-RateLimit-Reset header. This integer value is a unix timestamp.
RateLimiting unit test updated accordingly.
2013-08-06 10:42:57 -05:00
Vincent Jacques
7c49e48305
Fix links to ref in :calls: sections
2013-07-16 23:46:23 +02:00
Vincent Jacques
8484260dc5
Fix our doc to match URLs described in Github API v3 ref doc
2013-07-16 10:32:57 +02:00
Vincent Jacques
06a3d87098
Change source file header format
2013-07-13 19:03:53 +02:00
Vincent Jacques
56309b90f2
Run the script added in previous commit
2013-07-13 11:10:00 +02:00
Vincent Jacques
f62f384bc6
Implement GET /users (issue #173 )
2013-06-18 17:58:29 +02:00
Vincent Jacques
aa7df884c4
Small fixes in doc
2013-04-25 15:27:26 +02:00
Jonathan J Hunt
f7b3e9956d
Added default user agent.
2013-04-24 12:28:02 -07:00
Vincent Jacques
db5560bd65
Add a script to check copyrights with git log. And fix copyrights.
2013-03-29 16:54:15 +01:00
Vincent Jacques
a397fac6db
Fix doc for raw_data (issue #144 )
2013-03-21 21:56:51 +01:00
Vincent Jacques
109495175e
Fix doc of properties of class Github
2013-03-21 21:45:43 +01:00
Vincent Jacques
da6bbdb694
Merge branch 'topic/Notifications' into develop
2013-03-19 23:14:29 +01:00
Vincent Jacques
040f024cf4
Fix doc
2013-03-19 22:31:10 +01:00
Vincent Jacques
edcf40bc7f
Move get_notification(s) to AuthenticatedUser (pull #148 )
2013-03-19 22:07:29 +01:00
Vincent Jacques
23d668f11b
Remove debug print (pull #148 )
2013-03-19 21:26:28 +01:00
Peter Golm
50a243671f
Merge remote-tracking branch 'origin/develop' into NotificationAPI
2013-03-16 17:35:08 +01:00
Vincent Jacques
3af543a1fe
Add a way to create an object from raw data (Issue #144 )
2013-03-14 12:32:46 +01:00
Vincent Jacques
e25a6a49d1
Add Github.per_page to tweak PaginatedList (Issue #145 )
2013-03-14 12:01:41 +01:00
Vincent Jacques
a39f421ca2
Avoid confusion between github/ and Github.py on case-insensitive file systems ( #143 )
2013-03-12 10:16:06 +01:00