RainyBot Asset Library (1.0.0)

Download OpenAPI specification:Download

RainyBot's asset library

assets

Assets

List assets

Return a paginated list of assets.

Responses

Response samples

Content type
application/json
{
  • "page": 0,
  • "page_length": 0,
  • "pages": 0,
  • "total_items": 0,
  • "result": [
    ]
}

Get information about an asset

Get information about a single asset.

path Parameters
id
required
integer

The asset's unique identifier.

Responses

Response samples

Content type
application/json
{
  • "asset_id": 0,
  • "author": "string",
  • "author_id": 0,
  • "blurb": "string",
  • "category": "string",
  • "category_id": 0,
  • "changelog_url": "string",
  • "download_hash": "",
  • "cost": "string",
  • "donate_url": "string",
  • "rainybot_version": "string",
  • "icon_url": "string",
  • "is_archived": true,
  • "issues_url": "string",
  • "modify_date": "2019-08-24T14:15:22Z",
  • "rating": 0,
  • "score": 0,
  • "support_level": "official",
  • "tags": [
    ],
  • "title": "string",
  • "version": 0,
  • "version_string": "string",
  • "versions": [
    ],
  • "browse_url": "string",
  • "description": "string",
  • "download_url": "string"
}

configure

Configuration

Fetch categories

Returns category names and IDs (used for editor integration).

Responses

Response samples

Content type
application/json
{
  • "id": 0,
  • "name": "string",
  • "type": 0
}