contentful.py
contentful.py copied to clipboard
This project is unofficial and currently unsupported, the official SDK can be found here: https://github.com/contentful/contentful.py
- Document the kwargs that the `Client` class constructor accepts
Overview -------- It was unclear from where certain classes in the code examples came. Changes ------- - Add import statements to code that uses library Classes
Not elegant ... but it works
Hi, I'm a grow user and it can't be installed because of contentful (version 0.9.3): ``` $ pip install contentful.py Collecting contentful.py Using cached contentful.py-0.9.3.tar.gz Collecting enum34==1.1.1 (from contentful.py) Using...
Hello, is there a way to do some result set pagination? Right now I get 100 entries back, but I have 2945 entries to be returned. Looked around a bit...
Seems like if a user presses "Add Asset" but doesn't upload a file, serialization dies with a `KeyError` on a key named `file` here: https://github.com/contentful-labs/contentful.py/blob/master/contentful/cda/serialization.py#L111 This corresponds to when a...