mopidy-api-explorer

web extension

A web client that lets you explore Mopidy’s JSON-RPC API, including the available methods, their parameters, and the data they return. Useful when developing Mopidy clients or extensions.

Installation

Install the mopidy-api-explorer package from PyPI:

sudo python3 -m pip install --break-system-packages mopidy-api-explorer

Usage

Most extensions need configuration, additional system dependencies, or have other usage notes. See mopidy-api-explorer's README before getting started.

Popularity

GitHub stars PyPI - Downloads

PyPI

PyPI - Package version Python support

License

PyPI - License

Project stats

Issues Pull requests

Quality metrics

GitHub Actions build status Codecov test coverage

Updating the extension registry

This extension registry is a community effort, and will never be complete without your help. To add or update an extension, edit the source files using the existing extensions as inspiration, then submit a pull request to the mopidy/website repo at GitHub.