Create custom endpoints
Rework pending, no delivery date. The Front App SDK (ReactJS) and the Front API SDK (NodeJS) are both being replaced. This page documents the current release, remains accurate, and is maintained until the replacement ships. Code written against it keeps working.
It is possible to create completely new endpoints in your API.
Add new routes
./src/index.js
Notes:
- The SDK uses Express
- If the
./src/index.jsfile exists, it is executed as a function passing the Expressapp - This allows you to declare new routes using Express methods
- It is needed to handle Authentication in those implementations
Upload files through APIs
You can use the same mechanism and a library such as Multer.
For instance, to process my-budget.csv:
It is then possible to process the file from the Front API, store it in the Lakehouse Manager buckets and launch a Data Processing Engine workflow or action!
Go further
If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for a custom analysis of your project.
Ask questions, give your feedback and interact directly with the team building the Data Platform on the dedicated Discord channel.
If you need support with your OVHcloud services, create a request in our Help Centre.
Join our community of users.

