weathermen/soundstorm

View on GitHub
docs/api/api-docs.json

Summary

Maintainability
Test Coverage
{
  "apiVersion": "0.1",
  "swaggerVersion": "1.2",
  "basePath": "/api",
  "apis": [
    {
      "path": "/searches.{format}",
      "description": "Search"
    },
    {
      "path": "/tracks.{format}",
      "description": "Track Management and Uploading"
    },
    {
      "path": "/releases.{format}",
      "description": "Release Management"
    },
    {
      "path": "/likes.{format}",
      "description": "Liking Tracks"
    },
    {
      "path": "/comments.{format}",
      "description": "Track Comments"
    },
    {
      "path": "/users.{format}",
      "description": "User Profiles and Webfinger"
    },
    {
      "path": "/versions.{format}",
      "description": "ActivityPub Implementation"
    }
  ],
  "authorizations": null,
  "info": {
    "title": "Soundstorm API",
    "description": "This is the REST API for all Soundstorm servers. When authenticated\nusing an OAuth access token, all of these endpoints are available\nto use.\n"
  }
}