gbv / cocoda-sdk

SDK for Cocoda and coli-conc services
https://gbv.github.io/cocoda-sdk/
MIT License
5 stars 1 forks source link

Illustrate creation of custom providers #61

Open nichtich opened 1 year ago

nichtich commented 1 year ago

The creation of custom providers could be exemplified in more detail. This should also be possible in independent packages that make use of cocoda-sdk:

import { BaseProvider } from "cocoda-sdk"

export default class MyProvider extends BaseProvider {
  // what is expected to be implemented here?
}

It may make sense to do #60 first.