Sunset V1Api.php
Open
Nobody has claimed this yet.
1. to develop
feature: api
technical debt
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
It is only used by Api1Controller::indexTableRowsSimple() (now that the analytics datasource moved away from it in https://github.com/nextcloud/tables/pull/877). Also it is an awkward thing and not the way we deal with PHP APIs in Nextcloud. It is having only one strange method anyways.
Contributor guide
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
The issue identifies V1Api.php and Api1Controller::indexTableRowsSimple() as the relevant locations; start by locating those references and confirming the analytics datasource no longer depends on the API. Done means the obsolete V1 API and its remaining usage are removed without leaving references.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100