0.1.2 • Published 3 years ago
@36node-lecha/locate-sdk-js v0.1.2
@36node-lecha/locate-sdk
Install
yarn add moduleUsage
const SDK = require("@36node-lecha/locate-sdk");
const sdk = new SDK({ base: "http://localhost:3000" });
await sdk.pet.listPets();Test
yarn testContributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
GitHub @36node