0.1.4 • Published 2 years ago

sheshamobile.core v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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


0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago