kislerdm / diagramastext

Application to streamline diagram generation using plain English instructions instead of code
https://diagramastext.dev
Apache License 2.0
26 stars 1 forks source link

As a user, I want to access the service using Rest API #65

Closed kislerdm closed 1 year ago

kislerdm commented 1 year ago

Problem

There is a use case to employ the core logic over HTTP API.

Proposed Solution

Provide access to the core logic over HTTP API.

AuthN/Z

Header: Authorization: Bearer {{Token}}

Acceptance Criteria