Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 912 Bytes

api_services.rst

File metadata and controls

83 lines (54 loc) · 912 Bytes

API Services

KEGG

.. currentmodule:: dabeplech.kegg

.. autosummary::
    :toctree: stubs

    KEGGAPI

TogoWS

.. currentmodule:: dabeplech.togows

.. autosummary::
    :toctree: stubs

    TogoWSAPI
    TogoWSEntryAPI

PDBe

.. currentmodule:: dabeplech.pdbe

.. autosummary::
    :toctree: stubs

    PDBeAPI
    PDBeUniprotMappingAPI
    PDBePFAMMappingAPI

DOI

.. currentmodule:: dabeplech.doi

.. autosummary::
    :toctree: stubs

    DOIAPI

HAL

.. currentmodule:: dabeplech.hal

.. autosummary::
    :toctree: stubs

    HALAPI

OLS

.. currentmodule:: dabeplech.ols

.. autosummary::
    :toctree: stubs

    OLSGOAPI
    OLSNCBITaxonomyAPI

Base

Base items to help you build your API connectors:

.. currentmodule:: dabeplech.base

.. autosummary::
    :toctree: stubs

    BaseAPI
    LISTMixin
    GETMixin
    POSTMixin
    PUTMixin