1.6.32 • Published 4 years ago

@guaoam/sdk v1.6.32

Weekly downloads
31
License
MIT
Repository
-
Last release
4 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

4 years ago

1.6.27

4 years ago

1.6.29

4 years ago

1.6.31

4 years ago

1.6.30

4 years ago

1.6.32

4 years ago

1.6.26

4 years ago

1.6.25

4 years ago

1.6.23

4 years ago

1.6.22

5 years ago

1.6.20

5 years ago

1.6.19

5 years ago

1.6.17

5 years ago

1.6.18

5 years ago

1.6.16

5 years ago

1.6.15

5 years ago

1.6.12

5 years ago

1.6.11

5 years ago

1.6.10

5 years ago

1.6.9

5 years ago

1.6.8

5 years ago

1.6.7

5 years ago

1.6.6

5 years ago

1.6.5

6 years ago

1.6.4

6 years ago

1.6.3

6 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.9

6 years ago

1.5.8

6 years ago

1.5.7

6 years ago

1.5.6

6 years ago

1.5.5

6 years ago

1.5.4

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago