Add /WebAPI endpoint
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- Java
- Stars
- 151
- Forks
- 183
- Avg merge
- 14m
- Merged PRs (30d)
- 2
Description
Expected behavior
/WebAPI produces something useful
Actual behavior
/WebAPI isn't an endpoint, and we often see users reporting errors when they go there, not knowing that it's not actually an endpoint.
Steps to reproduce behavior
Go to /WebAPI
I think making /WebAPI yield the same content that /WebAPI/info has would be fine.
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 by locating the routing for /WebAPI and /WebAPI/info, then compare how each endpoint is handled. The issue is done when visiting /WebAPI returns the same useful content as /WebAPI/info and the relevant endpoint behavior is covered by the project's tests, if applicable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100