0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 17 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New BSD license, two clause edition More... about 15 years ago
Update tests to reflect that max per page is now 50, not 100 More... about 15 years ago
You can now iterate directly against the results object More... about 15 years ago
gdnUrl is now called apiUrl More... about 15 years ago
Useful __repr__ methods More... about 15 years ago
API now returns 'subjects' key in tags JSON More... about 15 years ago
Made the item() method call a bit more useful, and refactored all exceptions in to a new errors.py module More... about 15 years ago
Incomplete documentation in the readme file More... about 15 years ago
Enable from guardianapi import Client More... about 15 years ago
Avoid imports inside functions due to the Python global import lock More... about 15 years ago
Updated to use the new /tags and /item URLs More... about 15 years ago
client.fetch(url) method now works More... about 15 years ago
Added missing re import More... about 15 years ago
Failing tests for client.request(url) More... about 15 years ago
Given up entirely on the idea of driving it all from a JSON description now More... about 15 years ago
Refactor tests in to more than one TestCase class More... about 15 years ago
Test for client.tags().all() More... about 15 years ago
Fixed pagination, all tests now pass More... about 15 years ago
Nearly there with pagination, failing tests show what doesn't work yet More... about 15 years ago
Tests for tags() method and failing test for search().all() More... about 15 years ago
Refactored mocks a bit More... about 15 years ago
We're not going to use jsonpath after all More... about 15 years ago
Redesigned Client class to use a pluggable Fetcher class. This means caching can be supported (using httplib2, if available) and also provides a useful hook for running tests without a network connection. More... about 15 years ago
Removed AttrDict syntax sugar; more trouble than it's worth More... about 15 years ago
Initial code checkin More... about 15 years ago
README More... about 15 years ago