Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.22 KB

All API access is over HTTPS, and accessed from https://streamdeck.api.moeritz.io.

Plain/JSON Endpoints

GET https://streamdeck.api.moeritz.io/plain/downloads/{pluginId}/

Replace {pluginId} with the plugin identifier, e.g. de.tobimori.streamdeck.ifttt.

Example

GET https://streamdeck.api.moeritz.io/plain/downloads/{pluginId}/
14144

Example

GET https://streamdeck.api.moeritz.io/json/downloads/{pluginId}/
{
  "identifier": "de.tobimori.streamdeck.ifttt",
  "downloads": "14144"
}

Shields.io Endpoint

Just embed an image like this in your README.md file or somewhere else:

https://img.shields.io/endpoint?url=https://streamdeck.api.moeritz.io/shields/downloads/{pluginId}/&...

Replace {pluginId} with the plugin identifier, e.g. de.tobimori.streamdeck.ifttt.

In Markdown this would look like this:

![](https://img.shields.io/endpoint?url=https://streamdeck.api.moeritz.io/shields/downloads/{pluginId}/&...)

In my example, this would return this: