File: api.rst

package info (click to toggle)
eodag 4.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,492 kB
  • sloc: python: 38,214; xml: 3,791; makefile: 26; sh: 1
file content (18 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. module:: eodag.plugins.apis

===========
API Plugins
===========

Api plugins must inherit the following class and implement :meth:`query` and :meth:`download`:

.. autoclass:: eodag.plugins.apis.base.Api
   :members:

This table lists all the api plugins currently available:

.. autosummary::
   :toctree: generated/

   usgs.UsgsApi
   ecmwf.EcmwfApi