API Services

KEGG

KEGGAPI()

KEGG API service (http://rest.kegg.jp).

TogoWS

TogoWSAPI()

TogoWS API service (http://togows.org).

TogoWSEntryAPI(database[, entry_format])

TogoWS API service for entries.

PDBe

PDBeAPI()

Base for PDBe API (https://www.ebi.ac.uk/pdbe/api/).

PDBeUniprotMappingAPI()

PDBe API for uniprot mapping route.

PDBePFAMMappingAPI()

PDBe API for pfam mapping route.

DOI

DOIAPI()

DOI API service (https://dx.doi.org).

Base

Base items to help you build your API connectors:

BaseAPI()

Base class to build your API connector.

LISTMixin()

Corresponds to a GET that retrieve list of items.

GETMixin()

Corresponds to a GET that retrieve one item from its ID.

POSTMixin()

Corresponds to a POST operation.

PUTMixin()

Corresponds to a PUT operation.