An open API service indexing awesome lists of open source software.

https://github.com/mopidy/mopidy-api-explorer

Mopidy extension which lets you explore the JSON-RPC API.
https://github.com/mopidy/mopidy-api-explorer

Last synced: 14 days ago
JSON representation

Mopidy extension which lets you explore the JSON-RPC API.

Awesome Lists containing this project

README

          

*******************
Mopidy-API-Explorer
*******************

.. image:: https://img.shields.io/pypi/v/Mopidy-API-Explorer.svg
:target: https://pypi.org/project/Mopidy-API-Explorer/
:alt: Latest PyPI version

.. image:: https://img.shields.io/github/actions/workflow/status/mopidy/mopidy-api-explorer/ci.yml?branch=main
:target: https://github.com/mopidy/mopidy-api-explorer/actions
:alt: CI build status

`Mopidy `_ extension which lets you explore the
JSON-RPC API.

Installation
============

Install by running::

python3 -m pip install Mopidy-API-Explorer

Usage
=====

Once the extension is installed Mopidy must be restarted to detect the
extension. After restarting Mopidy, visit http://localhost:6680/api_explorer/
to explore the Mopidy JSON-RPC API.

Project resources
=================

- `Source code `_
- `Issue tracker `_
- `Changelog `_

Credits
=======

- Original author: `Janes Troha `_
- Current maintainer: `Matthew Gamble `_
- `Contributors `_