Bases: object
Datastore
Store a JSON document with a system-generated or user-specified timestamps. Return a response body as string.
| Parameters: |
|
|---|
Retrieve all documents from database. Return a response body as dictionary.
Retrieve individual document from database. Return a response body as dictionary.
| Parameters: | timestamp – timestamp of document. |
|---|
Querying data in seriesly database. Return a response body as dictionary.
| Parameters: | params – dictionary with query parameters. The dictionary values can be lists for representing multivalued query parameters. |
|---|
Bases: object
HTTP client with base URL
Bases: seriesly.core.HttpClient
seriesly connection and database manager
Create the ‘dbname’ database.
| Parameters: | dbname – database name |
|---|
Delete the ‘dbname’ database.
| Parameters: | dbname – database name |
|---|
Return a list of all known database names on the server
Bases: exceptions.Exception
Bases: exceptions.Exception
Bases: exceptions.Exception
Bases: exceptions.Exception