1.13.0 • Published 1 month ago

@doctarigroup/dvelop-client v1.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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

1.13.0

1 month ago

1.12.0

2 months ago

1.11.0

6 months ago

1.10.0

7 months ago

1.9.1

12 months ago

1.9.0

1 year ago

1.8.0

1 year ago

1.6.2

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.2.4

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago