sillsdev / sillsdev/appbuilder-buildengine-api
Add API endpoints to request support data tokens
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
New endpoints:
route: POST /support/token
body:
{
"id": "<support-request-guid>",
"type": "<upload-or-download>"
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the API route registration for POST /support/token and trace how request bodies are handled. Add support for the documented id and type fields, where type is upload or download; done means the endpoint accepts the specified JSON request body and its behavior is covered by the project's existing API checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100