Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 739 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 739 Bytes

azf-shared-documents

Shared Azure functions for documents

API

POST generateDocx

Generates a document from template and data.

POST json and receive a base64 encoded version of a docx-file.

$ curl http://localhost:7071/api/generateDocx -d @test/data/generate-document.json --header "Content-Type: application/json"

Development

Install all tools needed for local development.

Clone the repo. Install dependencies.

Start server

$ func start

POST testdata

$ curl http://localhost:7071/api/generateDocx -d @test/data/generate-document.json --header "Content-Type: application/json"

License

MIT