Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/contentful-api
Simple Contentful Python API client
https://github.com/hivesolutions/contentful-api
api client contentful python
Last synced: 25 days ago
JSON representation
Simple Contentful Python API client
- Host: GitHub
- URL: https://github.com/hivesolutions/contentful-api
- Owner: hivesolutions
- Created: 2017-05-15T15:59:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T11:32:45.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:56:55.651Z (about 1 month ago)
- Topics: api, client, contentful, python
- Language: Python
- Homepage: http://contentful-api.hive.pt
- Size: 39.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Contentful API](http://contentful-api.hive.pt)
Simple [Contentful](http://contentful.com) Python API client.
## Configuration
| Name | Type | Description |
| ----- | ----- | ----- |
| **CONTENTFUL_ID** | `str` | The Contentful identifier to make API requests (defaults to `None`). |
| **CONTENTFUL_SECRET** | `str` | The secret key to be used to authenticate API requests (defaults to `None`). |
| **CONTENTFUL_TOKEN** | `str` | The access token to be used for non OAuth space authentication (defaults to `None`). |
| **CONTENTFUL_REDIRECT_URL** | `str` | The URL to be used for the OAuth redirection process (defaults to `None`). |
| **CONTENTFUL_SPACE** | `str` | The 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](http://www.apache.org/licenses/).
## Build Automation
[![Build Status](https://app.travis-ci.com/hivesolutions/contentful-api.svg?branch=master)](https://travis-ci.com/github/hivesolutions/contentful-api)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/contentful-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/contentful-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/contentful-api.svg)](https://pypi.python.org/pypi/contentful-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)