An open API service indexing awesome lists of open source software.

https://github.com/hivesolutions/prismic-api

Simple Prismic Python API client
https://github.com/hivesolutions/prismic-api

api client prismic python

Last synced: about 2 months ago
JSON representation

Simple Prismic Python API client

Awesome Lists containing this project

README

          

# [Prismic API](http://prismic-api.hive.pt)

Simple [Prismic](http://prismic.io) Python API client.

## Configuration

| Name | Type | Description |
| ----------------- | ----- | ------------------------------------------------------------------------------ |
| **PRISMIC_REPO** | `str` | The name of the repository to be used as context (defaults to `None`). |
| **PRISMIC_REF** | `str` | The default Prismic reference to be used (defaults to `None`). |
| **PRISMIC_TOKEN** | `str` | The secret token to be used to authenticate API requests (defaults to `None`). |

## License

Prismic API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).

## Build Automation

[![Build Status](https://github.com/hivesolutions/prismic-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/prismic-api/actions)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/prismic-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/prismic-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/prismic-api.svg)](https://pypi.python.org/pypi/prismic-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)