joshsoftware / joshsoftware/peerly
APIs for corevalues management
Open
enhancement
go-backend
- Dominant language
- Go
- Stars
- 10
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
We will need APIs for the following
- [x] Create core value - POST /organisations/:organisation_id/core_values
- [x] List core values - GET /organisations/:organisation_id/core_values
- [x] Update core value - PUT /organisations/:organisation_id/core_values/:id
- [x] Show core value - GET /organisations/:organisation_id/core_values/:id
- [x] Delete core value - DELETE /organisations/:organisation_id/core_values/:id
**Authentication and Authorization:**
OrganisationAdmin is allowed with a valid JWT token
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.