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

EA-194: REST API url should have same standard prefix as other REST e… #234

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

mogoodrich
Copy link
Member

@mogoodrich mogoodrich commented Jul 11, 2024

@mogoodrich mogoodrich requested a review from mseaton July 11, 2024 17:34
Copy link
Member

@mseaton mseaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @mogoodrich

@@ -16,7 +16,7 @@
import javax.servlet.http.HttpServletResponse;

@Controller
@RequestMapping(value = "/rest/emrapi/configuration")
@RequestMapping(value = "/rest/**/emrapi/configuration")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hasn't been released, so in theory we could just use v1, but this makes sense regardless I think until there is actually a v2+

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, I'm just going to merge this in, but feel free to change when you finalize your PR

@@ -19,7 +19,7 @@
import org.springframework.web.bind.annotation.ResponseBody;

@Controller
@RequestMapping(value = "/rest/emrapi/inpatient")
@RequestMapping(value = "/rest/**/emrapi/inpatient")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto. Not really an issue, as I think this controller / endpoint is going to go away once my PR is ready...

@mogoodrich
Copy link
Member Author

Thanks @mseaton , yeah, feel free to rework the ones your actively working on

@mogoodrich mogoodrich merged commit 96d8860 into master Jul 11, 2024
1 check passed
@mogoodrich mogoodrich deleted the EA-194 branch July 11, 2024 21:57
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.

2 participants