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.
- Host: GitHub
- URL: https://github.com/mopidy/mopidy-api-explorer
- Owner: mopidy
- License: mit
- Created: 2014-06-24T11:53:59.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T20:55:16.000Z (over 2 years ago)
- Last Synced: 2025-02-23T07:20:03.222Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 677 KB
- Stars: 20
- Watchers: 12
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 `_