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

Move REST API endpoints to controllers #3650

Merged
merged 19 commits into from
Oct 5, 2023
Merged

Conversation

JakePT
Copy link
Contributor

@JakePT JakePT commented Sep 22, 2023

Description of the Change

Moves our other REST API endpoints into their own controllers, for better separation of concerns.

Closes #3648

How to test the Change

No user-facing changes. All functionality that involves a REST API requests should function as normal.

Changelog Entry

Changed - Moved REST API endpoint definitions to controller clasesses.

Credits

Props @JakePT

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@JakePT JakePT changed the title Feature/rest api controllers Move REST API endpoints to controllers Sep 22, 2023
@JakePT JakePT added this to the 5.0.0 milestone Sep 22, 2023
@JakePT JakePT linked an issue Sep 22, 2023 that may be closed by this pull request
1 task
@JakePT JakePT marked this pull request as ready for review September 27, 2023 13:41
@felipeelia felipeelia merged commit c2186d8 into 5.0.0 Oct 5, 2023
9 checks passed
@felipeelia felipeelia deleted the feature/rest-api-controllers branch October 5, 2023 11:19
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

Successfully merging this pull request may close these issues.

Move REST API endpoints to controllers
2 participants