Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illustrate creation of custom providers #61

Open
nichtich opened this issue Jun 29, 2023 · 0 comments
Open

Illustrate creation of custom providers #61

nichtich opened this issue Jun 29, 2023 · 0 comments
Labels
documentation Provide sufficient documentation

Comments

@nichtich
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Provide sufficient documentation
Projects
None yet
Development

No branches or pull requests

1 participant