API-CLIENT: Create controllers to make request on behalf of the client apps #347
Labels
difficulty: 3
foss hack
Clustering all the curated issues for Foss Hack 2024
help wanted
Extra attention is needed
priority: high
scope: api-client
type: feature
Release drafter tag for tagging PRs related to adding new features
Description
The
api-client
package contains a set of controllers to make calls to the API. We would use these controllers from the CLI and the platform to perform all the API related operations. As a result, we would like to have all the client requests in thisapi-client
package.Currently, we just have the controller for
Environment
module, but we would like to add all the other ones aswell. Here's the list:Solution
This is a parent issue, and all other issues linked to this would follow the same pattern. Just that the scope of implementation will vary. Here are the general pointers that should be implemented:
controller
undersrc/controllers
and name it as<module-name>.ts
.src/types/<module-name>.types.d.ts
. Refer to thistests/<module-name>.spec.ts
. Refer to thisObjectives
The text was updated successfully, but these errors were encountered: