Add API endpoints to request support data tokens

Open
#91 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
55/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
typescript
Domain
api, backend

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.

Description

New endpoints:
route: POST /support/token
body:

{
  "id": "<support-request-guid>",
  "type": "<upload-or-download>"
}
Dominant language
TypeScript
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sillsdev/appbuilder-buildengine-api

All issues in sillsdev/appbuilder-buildengine-api

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.