1.0.31 • Published 2 years ago

datacopro-client v1.0.31

Weekly downloads
13
License
MIT
Repository
gitlab
Last release
2 years ago

Datacopro client js

A small TS/JS client for DatacoproAPI.

⚠️ This project is under development. As a result, only a small part of the DatacoproAPI is implemented by our team. We will set it public in the near future.

To develop

  • Install NodeJS (it automatically install the node package manager npm).
  • Git clone this lib in your project.
  • Install dependencies using npm i.
  • Add to your package.json the module with file:datacopro-client-js
  • Update the client from the swagger with this command : openapi-generator-cli generate -g typescript-axios -i https://preprod-syndic.datacopro.org/v2/swagger.yml

How to publish new version on npm public registry

Follow these steps:

  • bump version in package.json
  • npm run build: run typescript compiler to compile your TS sources files inside /dist repository.
  • git add .: to add every new files (even the dist folder)
  • git commit -m 'My new feature OMG!': commit your changes
  • git push origin master: push your changes to the gitlab private repository.

After that. Don't forget to run npm update datacopro-client on your project.

TODO

  • Change BASE_PATH in base.ts to env var or config file
1.0.31

2 years ago

1.0.30

2 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.20

3 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.11

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago