Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated methods #95

Open
mmktomato opened this issue Aug 30, 2024 · 0 comments
Open

Remove deprecated methods #95

mmktomato opened this issue Aug 30, 2024 · 0 comments

Comments

@mmktomato
Copy link
Member

Since it was announces that some API endpoints will be deleted, I will remove the corresponding methods.
https://nulab.com/blog/product-updates/backlog/discontinued-apis-august-2024/

  • GET /api/v2/groups -> getGroups
  • POST /api/v2/groups -> postGroups
  • GET /api/v2/groups/:groupId -> getGroup
  • PATCH /api/v2/groups/:groupId -> patchGroup
  • DELETE /api/v2/groups/:groupId -> deleteGroup
  • GET /api/v2/statuses -> getStatuses
  • GET /api/v2/projects/:projectIdOrKey/groups -> getProjectGroupList
  • POST /api/v2/projects/:projectIdOrKey/groups -> postProjectGroup
  • DELETE /api/v2/projects/:projectIdOrKey/groups -> deleteProjectGroup
  • GET /api/v2/groups/:groupId/icon -> getGroupIcon

They have been already marked as deprecated and will be deleted on Aug 25, 2025.
This task should be done right after the deletion date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant