You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this repo, we still have few endpoints. I think it is better if we have endpoints for managing projects.
GET api/v1/projects (project listing)
POST api/v1/projects (create new project)
GET api/v1/projects/{id} (single project)
PATCH api/v1/projects/{id} (update a project)
DELETE api/v1/projects/{id} (delete a project)
Need this API features created with feature tests in tests/Feature/Api/ApiManageProjectsTest.
The text was updated successfully, but these errors were encountered:
In this repo, we still have few endpoints. I think it is better if we have endpoints for managing projects.
Need this API features created with feature tests in
tests/Feature/Api/ApiManageProjectsTest
.The text was updated successfully, but these errors were encountered: