File: api.rst

package info (click to toggle)
eodag 3.10.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48,500 kB
  • sloc: python: 41,542; xml: 3,791; makefile: 27; sh: 9
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