ripe-config-api

0.1.1 • Public • Published

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

Name Type Default Description
RIPE_CONFIG_BASE_URL str https://config.platforme.com/ The base URL to the RIPE ID server instance to be used.
RIPE_CONFIG_USERNAME str null The username to be used for authentication.
RIPE_CONFIG_PASSWORD str null The 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i ripe-config-api

Weekly Downloads

1

Version

0.1.1

License

Apache-2.0

Unpacked Size

579 kB

Total Files

14

Last publish

Collaborators

  • platforme