sillsdev / sillsdev/appbuilder-buildengine-api

Add API endpoints to request support data tokens

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

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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.