You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"exportdefaultclassMyProviderextendsBaseProvider{// what is expected to be implemented here?}
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:
It may make sense to do #60 first.
The text was updated successfully, but these errors were encountered: