@doctarigroup/dvelop-client
TypeScript icon, indicating that this package has built-in type declarations

1.13.0 • Public • Published

d.velop API client

Foobar is a Python library for dealing with word pluralization.

Installation

Use a package manager to install the dependency.

Example using npm

npm install @doctaridev/dvelop-client

Example using yarn

yarn add @doctaridev/dvelop-client

Usage

Initialize the client

import createDvelopClient from '@doctaridev/dvelop-client';

const properties = {
    baseUrl: 'https://my-instance.d-velop.cloud',
    apiKey: 'my-develop-api-key',
};

const client = createDvelopClient(properties);

Repository actions

client.getRepositories()
    .then((result) => {
        console.log(result);
    });

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @doctarigroup/dvelop-client

Weekly Downloads

138

Version

1.13.0

License

MIT

Unpacked Size

37.8 kB

Total Files

42

Last publish

Collaborators

  • andrmoel