1.0.18 • Published 5 years ago

ankonnect v1.0.18

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
5 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

5 years ago

1.0.17

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago