The REST API used by napari-hub.org to query plugins.
The endpoint for the API is: https://api.napari.org
Type | Endpoint | Note |
---|---|---|
Plugin index | /api/plugins | |
Summary info | /api/extended_summary | |
PyPI information | For an individual plugin: /api/pypi/{pypi_name} | |
Conda index | /api/conda | For an individual plugin: /api/conda/{pypi_name} |
Fetch errors | /errors.json | |
manifests | For an individual manifest: /api/manifest/{plugin_name} |
If you are interested in contributing to this repo, see the CONTRIBUTING.md page.