0.1.5 • Published 3 years ago

ripe-registry-api v0.1.5

Weekly downloads
303
License
Apache-2.0
Repository
github
Last release
3 years ago

RIPE Registry API Javascript

The RIPE Registry Javascript client.

Initialization

import { API as RipeRegistryAPI } from "ripe-registry-api";

const api = new RipeRegistryAPI();

The initialization can be done by providing an options object such as:

{
    baseUrl: "https://ripe-registry.platforme.com/api/v1",
    token: "sd1029bfwef9adas+0feqefi"
}

License

RIPE Registry API Javascript is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Build Status GitHub npm Status License

0.1.3

3 years ago

0.1.5

3 years ago

0.1.2

4 years ago