Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ The ``Client`` class manages all your interaction with the Contentful Delivery A

client = Client('space-id', 'access-token')

The constructor also takes the following keyword arguments:

- ``custom_entries`` (list) Optional list of `Entry` subclasses (see below)
- ``secure`` (bool) Indicates whether the connection should be encrypted or not, default: ``True``
- ``endpoint`` (str) Custom remote API endpoint, default: ``cdn.contentful.com``
- ``resolve_links`` (bool) Indicates whether or not to resolve links automatically, default: ``True``

------------------
Fetching Resources
------------------
Expand Down