Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Created October 17, 2021 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SidneyAllen/adfc1346a1446bbfc10037f7d12d37be to your computer and use it in GitHub Desktop.
Save SidneyAllen/adfc1346a1446bbfc10037f7d12d37be to your computer and use it in GitHub Desktop.
constructor(specFile, baseurl, token, options = {}) {
this.specFile = specFile;
this.authHeader = authHeader(token);
this.options = configurePrism(baseurl, options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment