Skip to content
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

WIP: Carbone.io integration #1871

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

steevepay
Copy link

@steevepay steevepay commented May 9, 2024

THe current integration supports only:

  • POST /template to upload templates

The PR adds all the missing endpoints:

  • POST /render/:templateID to generate a document
  • DELETE /template/:templateID to delete a template
  • GET /render/:renderID to download a document
  • GET /template/:templateID to download a template

I noticed automatisch does not have examples to handle files, and I can't finish the Download a document and Download template endpoints.
I contacted @barinali on Discord.

Related issue: #925

@CLAassistant
Copy link

CLAassistant commented May 9, 2024

CLA assistant check
All committers have signed the CLA.

@steevepay steevepay marked this pull request as draft May 9, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants