renault-api
renault-api copied to clipboard
JavaScript/TypeScript implementation
Hello,
Thank you for your work. I did some JavaScript libraries based on API's urls and models described in your project to support using Renault’s API into JS/TS projects.
- renault-api : gathers all the urls and models from the Renault’s API (Gigya and Kamereon).
- renault-api-client : provides a HTTP client with Promise response to interact with API.
- ngx-renault-api-client : provides injectable services for Angular projects to interact with API.
If anyone is interested, they are available on NPM.
Ty :)
no examples of usage? A test page?