Skip to content

docs: document download endpoints in API index page - #143

Open
singularitycurse26-svg wants to merge 1 commit into
tscircuit:mainfrom
singularitycurse26-svg:add-download-endpoint-docs
Open

docs: document download endpoints in API index page#143
singularitycurse26-svg wants to merge 1 commit into
tscircuit:mainfrom
singularitycurse26-svg:add-download-endpoint-docs

Conversation

@singularitycurse26-svg

Copy link
Copy Markdown

Summary

Documents the download endpoints in the API index page.

Both /files/download?file_path=... (query param) and /files/download/[[file_path]] (path-based) endpoints were already implemented in routes/files/download.ts and routes/files/download/[[...file_path]].ts respectively, but they were not listed in the API documentation on the index page.

Changes

  • routes/index.ts: Added download endpoints to the API documentation list

Closes #5

/claim #5

Add /files/download?file_path=... and /files/download/[[file_path]]
to the API documentation on the index page. Both endpoints were
already implemented but not listed in the API docs.

Closes tscircuit#5

/claim tscircuit#5
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.

Create download endpoint /files/download?... as well as /files/download/[[file_path]]

1 participant