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

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago