Logo showing a cloud presented as a tree

madata

Make any cloud service with an API your backend!

Github Labels

✅ Auth ✅ Writes ❌ Uploads

URL format

Builds on the Github API backend, so it also automatically deals with pagination, just add max_pages=N to your URL (where N is the number of pages you want to fetch as a maximum). Note this can incur up to N HTTP requests, depending on the size of the data.

By default, you can create, update, and delete labels. Don't want the backend to perform some of these? No problem. You can restrict allowed operations to any subset with the allow option if needed. Its value is a space-separated list of permitted operations' names (in any order), like so: backend.store(labels, { allow: "create update" }.