-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add render API #141
Labels
Comments
i want to try this issue |
@Tannic-Paprika are you working on this? |
Unassigning this issue @Tannic-Paprika . |
I would like to be assigned to this issue. |
@AnshulMalik should i just make an api folder within the src folder and add the ts file to it, or is there a different folder structure to be followed |
@coldn00dles you have to follow the nest.js folder structure. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to add a render API which will be called from UI to render templates in real time. We need to create DTOs and basic handling, acual logic to render will be added later.
Here is the document that contains the API spec for
/render
API.https://app.swaggerhub.com/apis/MALIKANSHUL29/Doc-Generator/1.0.0
Same OpenAPI spec is in this file: https://gist.github.com/AnshulMalik/513723d253ea5ef4ff37795da1dde4f1
The text was updated successfully, but these errors were encountered: