0.1.1 • Published 2 years ago

ripe-config-api v0.1.1

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

RIPE Config API for Javascript

Simple Javascript API client for RIPE Config.

Example

import { API as ConfigAPI } from "ripe-config";
await ConfigAPI.load();
const api = new ConfigAPI({
    username: "YOUR_USERNAME",
    password: "YOUR_PASSWORD"
});
console.info(await api.getResource("info.json"));

Configuration

NameTypeDefaultDescription
RIPE_CONFIG_BASE_URLstrhttps://config.platforme.com/The base URL to the RIPE ID server instance to be used.
RIPE_CONFIG_USERNAMEstrnullThe username to be used for authentication.
RIPE_CONFIG_PASSWORDstrnullThe password to be used for authentication.

License

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

Build Automation

Build Status npm Status License