sheshamobile.core
v0.1.4
Published
The SheshaMobile Core module.
Downloads
2
Maintainers
Readme
sheshamobile.core
SheshaMobile module including all the core functionality.
Installation
npm install sheshamobile.core
or
yarn add sheshamobile.core
Usage
import { ApiClient } from "sheshamobile.core";
// ...
ApiClient.post('api/Authenticate/Token', {username, password}).then(response => {/*response.data*/});
//const result = await
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT