NOTE: This project is just an experiment. It should not be used by general public.
Generated typescript client for atlas.
Project contains:
- Github actions automation for OpenAPI processing and generation
- OpenAPI processing tool for transforming OpenAPI schema
- OpenAPI generator setup with various scripts helping with generation
See tools for more info.
npm install --save wtr-cloud-api-client
Go to ./examples folder
For more advanced examples please check github action: https://github.com/wtrocki/atlas-github-action/blob/main/src/create/createCluster.js
- Library relies on Digest-fetch community library for authentication. For production usage we recomend to build your own digest provider https://github.com/wtrocki/ts-client-atlas/blob/main/lib/digest-fetch.ts
- Not all endpoints in client have been verified. Use at your own risks.
To build and compile the typescript sources to javascript use:
npm install
npm run build
npm run example
See example folder for more information