0.2.0 • Published 1 year ago

@bathlarp/api-client v0.2.0

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

@bathlarp/api-client@v0.2.0

This package is an API client for the BathLARP API, generated using OpenAPI Generator, using axios as the HTTP client. It can be used in the following environments:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json. (Reference)

Consuming

Navigate to the folder of your consuming project and run:

npm install @bathlarp/api-client@v0.2.0 --save