Skip to content
har-nick edited this page Oct 27, 2025 · 5 revisions

Welcome to the BandKit wiki!

Preface

This is a work-in-progress, and is by no means exhaustive. I'd recommend code-diving to see the functions available to you!

All reference code is written in Kotlin. I may also reference Kotlin-specific classes in explanations, as it's what I'm used to using. If you're consuming this library in another language then you'll need to make the relevant adjustments.

If you need help with implementation, please feel free to log an issue.

Recommended Reading Order

This wiki specifically covers the implementation of BandKit as a library. This includes functions to call and small notes on handling data.

I HEAVILY recommend consulting my broader wiki on Bandcamp's API, bandcamp-api-docs/wiki alongside this wiki. It's a little older, but by no means less informative.

bandcamp-api-docs contains:

  • High-level information on Bandcamp's API and data, and their purposes
  • The request chain for getting the data you need
  • A poignant display of youth, naivety, and the subsequent mental breakdown I suffered observing this API

Clone this wiki locally