Maximillian Dornseif
b8463cc8df
Author: Maximillian Dornseif <m.dornseif@hudora.de>
...
Date: Thu Dec 31 18:42:07 2009 +0100
Add authentiation for GET requests.
This for example allows you to list private repositories:
>>> from github2.client import Github
>>> github = Github(username="company", api_token="2e66a5c7e24d1d066230f368ce8b094e")
>>> repos = github.repos.list("company")
`repos` now contains a list of public and private repositories of "company".
2009-12-31 19:02:02 +01:00
Ask Solem
af679985b2
Added Mark Paschal to AUTHORS
2009-12-20 18:20:22 +01:00
Ask Solem
1c60eff4f3
Added Donald von Stufft to AUTHORS
2009-12-20 18:20:05 +01:00
dstufft
3bd699f278
fixed a mistake in setup.py
2009-12-20 04:47:15 +00:00
Mark Paschal
c4bbd94376
Carry an explicit method so we can still POST even when there are no extra data (such as for repos.remove_collaborator)
2009-11-23 18:20:56 -08:00
Ask Solem
ee2b7b26c8
Merge branch 'justquick/master'
2009-11-13 12:33:01 +01:00
Ask Solem
5e55ecb19f
Make this thing work. Closes #2 . Closes #3
2009-11-13 12:31:46 +01:00
Justin Quick
218befe66b
README now w/ rst extension, github will make this look purdy
2009-11-13 00:21:02 -05:00
Ask Solem
f6abaa5dba
Fix typo authored_data -> authored_date
2009-04-21 14:46:20 +02:00
Ask Solem
f1667a2720
Fix typo messsage -> message
2009-04-21 14:45:49 +02:00
Ask Solem
1069b99afc
Fetching data fixed by issuing GET requests instead + date for commits properly parsed.
2009-04-21 14:45:16 +02:00
Ask Solem
a96ccd4531
Remove debugging prints.
2009-04-21 13:36:52 +02:00
Ask Solem
a6aab83e4e
Better date parsing (still not good enough, have to find out how to parse the timezone, anyone?)
2009-04-21 13:36:27 +02:00
Ask Solem
433206f5c2
Authentication now works correctly. (changing data etc.)
2009-04-21 13:36:06 +02:00
Ask Solem
22d2631d23
Change to new datatype style.
2009-04-19 15:24:03 +02:00
Ask Solem
bc2461ea9a
Playing around.
2009-04-19 02:40:48 +02:00
Ask Solem
8478db043b
Added automatic convertion of dates to datetime.datetime
2009-04-19 01:42:59 +02:00
Ask Solem
4af0ca091e
Bumped version to 0.1.1
2009-04-18 23:03:57 +02:00
Ask Solem
373e5ea0db
Fixed __doc__ for github2
2009-04-18 23:03:31 +02:00
Ask Solem
6abfca216e
Renamed README.rst -> README
2009-04-18 23:02:51 +02:00
Ask Solem
1af3619f0b
Fix syntax errors in README.rst
2009-04-18 23:02:19 +02:00
Ask Solem
5ff010ff87
Added AUTHORS file.
2009-04-18 22:59:17 +02:00
Ask Solem
3ccb1cd824
Added setup.py
2009-04-18 22:58:48 +02:00
Ask Solem
73600ae377
Added temporary README
2009-04-18 22:57:26 +02:00
Ask Solem
dab63a5db6
Added delete repository
2009-04-18 22:57:10 +02:00
Ask Solem
1dfa90c88d
Added support for network data ( http://develop.github.com/p/network.html )
2009-04-18 22:18:41 +02:00
Ask Solem
fbc49f1b23
Added support for getting blob/tree metadata (as described in http://develop.github.com/p/object.html )
2009-04-18 22:05:30 +02:00
Ask Solem
7b88d36926
Added support for Commits ( http://develop.github.com/p/commits.html )
2009-04-18 21:55:51 +02:00
Ask Solem
fdc17200cf
Some refactoring.
2009-04-18 21:43:07 +02:00
Ask Solem
d9e22a0010
Added support for repositories ( http://develop.github.com/p/repo.html )
2009-04-18 19:33:20 +02:00
Ask Solem
a62e478951
Initial commit
2009-04-18 17:29:55 +02:00