Welcome to Coredata API client’s documentation!

Contents:

Import packages here for visability.

class coredata.CoredataClient(host, auth)[source]

A thin wrapper for requests to talk to the CoreData API.

create(entity, payload, sync=True)[source]

Create a new entity with the payload and return id of it.

delete(entity, id, sync=True)[source]

Delete a document.

edit(entity, id, payload, sync=True)[source]

Edit a document.

get(entity, id=None, sub_entity=None, offset=0, limit=20, search_terms=None, sync=True)[source]

Get all entities that fufill the given filtering if provided.

Todo:Rename search_terms

Indices and tables