0.3.0 • Published 1 year ago

@feedback-otter/core v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@feedback-otter/core

TODO: description

Usage

const core = require('@feedback-otter/core');

// TODO: DEMONSTRATE API
  • If you give an onFeedback callback, nothing else is needed
  • can we instanciate with
new Core({
  restRequest: {
    // rest only
  },
  gqlRequest: {
    // gql only
  },
})