Fork me on GitHub

Contentful API

Simple Contentful Python API client.

Configuration

NameTypeDescription
CONTENTFUL_IDstrThe Contentful identifier to make API requests (defaults to None).
CONTENTFUL_SECRETstrThe secret key to be used to authenticate API requests (defaults to None).
CONTENTFUL_TOKENstrThe access token to be used for non OAuth space authentication (defaults to None).
CONTENTFUL_REDIRECT_URLstrThe URL to be used for the OAuth redirection process (defaults to None).
CONTENTFUL_SPACEstrThe identifier of the space to be used by default (default to None).

License

Contentful API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License