@mirlo/mirlo-api-client
v1.0.7
Published
A simple client that interacts with the Mirlo API
Readme
Mirlo API Client
A simple wrapper around our API and fetch stuff.
npm install @mirlo/mirlo-api-clientAnd then:
import APIInstance from "@mirlo/mirlo-api-client";
const api = APIInstance("http://localhost:3000", "");
export default api;To update.
- Bump the version number in package.json
yarn tscnpm publish
