Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-02-06 | Something confusing about PUT request | 2 | -6/+23 | ||
It's solved as a provisional patch | |||||
2012-02-06 | Rename ghrequest to requests | 11 | -11/+12 | ||
I think it's a redundant name. Only needs to move out from core module to avoid imports problems with `requests` library * Also change some in setup.py | |||||
2012-02-05 | User service complete | 11 | -22/+194 | ||
User.emails User.keys User.followers | |||||
2012-02-05 | Complete skeleton of services glueing to requests | 3 | -7/+46 | ||
2012-02-05 | Added asserts to "that never happens" | 2 | -10/+31 | ||
Also fix response raises | |||||
2012-02-04 | Renaming (What I was thinking?) | 16 | -178/+278 | ||
resources => ghrequests models => resources + Also it's near to complete user service |