1.0.18 • Published 6 years ago

ankonnect v1.0.18

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
6 years ago

Ankonnect ⚡️

Don't waste your time connecting to Ankama APIs...

Description

This small project is made to avoid to write time-consuming code about a non-consistent API.

Works on Window, Unix, OSX.

Dependencies

None. You just have to have curl installed on your system.

Installation

Using npm: npm i --save ankonnect

Using yarn: yarn add ankonnect

Usage

You have to construct the Ankonnect and use the SDK.

import Ankonnect from "ankonnect";

const ankonnect = new Ankonnect();
const response = await ankonnect.Api.createApiKey({
  login: "myLogin",
  password: "*******",
  long_life_token: true
});
console.log(response.key);

To find all the APIs, check the Docs

1.0.18

6 years ago

1.0.17

6 years ago

1.0.15

6 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago