1.6.32 • Published 3 years ago

@guaoam/sdk v1.6.32

Weekly downloads
31
License
MIT
Repository
-
Last release
3 years ago

SDK for the Aula Mejor REST API

Installation

Install the library from npm

npm install --save @guaoam/sdk

Requirements

  • fetch API

Usage

import AulaMejor from '@guaoam/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)
1.6.28

3 years ago

1.6.27

3 years ago

1.6.29

3 years ago

1.6.31

3 years ago

1.6.30

3 years ago

1.6.32

3 years ago

1.6.26

3 years ago

1.6.25

3 years ago

1.6.23

3 years ago

1.6.22

3 years ago

1.6.20

3 years ago

1.6.19

3 years ago

1.6.17

3 years ago

1.6.18

3 years ago

1.6.16

3 years ago

1.6.15

3 years ago

1.6.12

3 years ago

1.6.11

4 years ago

1.6.10

4 years ago

1.6.9

4 years ago

1.6.8

4 years ago

1.6.7

4 years ago

1.6.6

4 years ago

1.6.5

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.9

4 years ago

1.5.8

4 years ago

1.5.7

4 years ago

1.5.6

4 years ago

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago