Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

✨ automated pdf generation #78

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

✨ automated pdf generation #78

wants to merge 10 commits into from

Conversation

hgwood
Copy link
Member

@hgwood hgwood commented Aug 25, 2021

Adds 2 new endpoints to the API:

  • GET /pdf/:uuid returns the latest resume for this UUID, as a PDF
  • POST /pdfs returns a ZIP containing the PDFs requested by the JSON body of the request
    • if a uuids field is present, it is expected to be an array of the UUIDs of the resumes to generate and zip
    • if a searchTerms field is present, it is expected to be an array of strings which are passed through the search feature to get the UUIDs of the resumes to generate and zip (in case of multiple results, the more recently modified resume is selected)

@hgwood hgwood self-assigned this Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant