@aulamejor/sdk
TypeScript icon, indicating that this package has built-in type declarations

1.28.0 • Public • Published

SDK for the Aula Mejor REST API

Installation

Install the library from npm

npm install --save @aulamejor/sdk

Requirements

  • fetch API

Usage

import AulaMejor from '@aulamejor/sdk'

const client = new AulaMejor({ baseURL: '/your/environment/url', bearerToken: 'yout_access_token' })
const email = 'eljuan@gmail.com'
const password = '12345'

client.registerUser(email, password)
  .then(json => console.log(json)) // { userId: 1, ... }

Development

Clone the repo

git clone https://<username>@bitbucket.org/aulamejor_dev/sdk.aulamejor.com.git

Install the dependencies

npm install

To run the tests

npm test

Prerequisites

  • jq (for publishing only)

Dependents (0)

Package Sidebar

Install

npm i @aulamejor/sdk

Weekly Downloads

10

Version

1.28.0

License

MIT

Unpacked Size

54.6 kB

Total Files

5

Last publish

Collaborators

  • androiderik