Граф коммитов

28 Коммитов

Автор SHA1 Сообщение Дата
Gene Wood 55e2b024cf
Documentation improvements
Separate documentation for generic agithub use and GitHub client specific use
Change generic examples to functional code that runs
Create new "Specific REST APIs" section
Fix malformed markdown
Add extensibility example
Pull details about headers and body parameters out of semantics section into dedicated parameters section
2019-01-16 09:52:01 -08:00
Gene Wood d64bd6b6c1
Cleanup README
Change to relative links
PEP008 example python
Remove non breaking spaces
Fix nested lists
Update current repo URL
2019-01-07 14:03:40 -08:00
Gene Wood 96576aa2f1
Remove call for a new maintainer now that gene1wood and mozilla have stepped in
Reverts b47661df9e
2019-01-07 14:02:24 -08:00
Colin Marquardt 6e65bace26
Small typofixes. 2018-05-18 18:56:14 +02:00
Gene Wood d2bd56efd4 Fix broken links 2018-01-12 21:07:49 -08:00
Gene Wood a26cf43a41 Fix mistake in token example in README 2018-01-12 09:49:03 -08:00
Jonathan Paugh b47661df9e
Announce need for new maintainer
Point readers to #35, announcing my resignation as maintainer
2017-11-16 11:58:06 -06:00
Guido Serra f96dd1e875 typo & sample 2017-06-09 00:26:00 +02:00
Jonathan Paugh d6dea8eec3 Update README 2016-01-16 20:50:09 -06:00
Jonathan Paugh 7c6b4e5a41 Update the documentation 2016-01-16 20:44:19 -06:00
Jonathan Paugh 731b612926 Rename internal class Content -> ResponseBody 2016-01-13 20:13:54 -06:00
Jonathan Paugh f835846b73 Get the capitalization of GitHub correct
Also, fix up some module imports in the test code. It's not all right,
but it's a start
2016-01-13 20:01:24 -06:00
Joachim Durchholz 4041e444bb Update README.md 2015-05-12 16:04:06 +02:00
Uriel Corfa ce3da282f2 Update README.md to document token-based authentication. 2015-03-23 21:18:33 -07:00
Jonathan Paugh 5413564b61 Tweak README
- Add – in date range
    - Misspelling of "Not Found"
2014-06-14 14:26:54 -04:00
Jonathan Paugh 7fcdec79e6 Make response headers available to user-code
Originally, the Client.request() method did not pass the response
headers back to the user, to avoid unnecessary distraction. But,
obviously, the headers will often be needed for further processing.
Therefore, we make them available as the Github.getheaders() method.

- Client.request()
    stash away the headers of the last response in self.headers

- Github.getheaders()
    retrieve the headers from the client
2014-06-12 11:43:10 -04:00
Jonathan Paugh d8e8514ac4 doc bug: Fixup the README 2014-06-12 11:29:57 -04:00
Jonathan Paugh 3b2c91f4c6 Rewrite README to reflect new project status
agithub has really come a long way since its introduction, and the
README needs to reflect the new state of things better. Instead of being
a quick stop-gap to help me grasp the Github API, it is featureful ---
and perhaps even robust.
2014-06-07 15:03:24 -04:00
Jonathan Paugh 079743332f General README fix-ups 2014-06-06 15:03:22 -04:00
Jonathan Paugh 103e4125e2 Now supports both PATCH and DELETE! 2014-06-06 13:58:59 -04:00
Jonathan Paugh ce1d46feaa Update copyright information 2014-02-15 13:58:00 -05:00
Jonathan Paugh c9abd0f4bc Update README: Take Python 3 support off the TODO list 2014-02-15 13:28:37 -05:00
Jonathan Paugh 00fd4c7494 Update examples to use new username
May as well have working examples
2014-02-15 09:31:42 -05:00
Jonathan Paugh 7ecbc1074f README.md: Lie less
I'm not working with Python or the Github API right now, so this project
has fallen into disrepair. However, I'm confidient that /you/ could fix
it. :-)
2013-04-26 01:45:17 -04:00
Jonathan Paugh 7e9c432415 readme: corrected some errors, and fixed some whitespace issues. 2012-06-25 11:27:08 -04:00
Jonathan Paugh 3dda500551 Renamed class PartialAPICall => RequestBuilder
Hopefully, this makes more sense, and also allows adding actual "Partial
Requests" in the future.
2012-06-25 11:27:07 -04:00
Jonathan Paugh e6f284059c readme: changed intro a bit 2012-06-25 11:27:07 -04:00
Jonathan Paugh 70e9a878c5 Coded a really sweet github api. It's short and sweet!
The Agnostic Github API
2012-06-25 11:26:58 -04:00