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

Add GotErrorsResource #21

Closed
sleberknight opened this issue Oct 27, 2020 · 0 comments · Fixed by #24
Closed

Add GotErrorsResource #21

sleberknight opened this issue Oct 27, 2020 · 0 comments · Fixed by #24
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

sleberknight commented Oct 27, 2020

Simple JAX-RS resource that provides a single GET endpoint to determine if application errors support exists. Return a 200 if exists and a 404 otherwise. The 200 response should contain a JSON entity with a Boolean "shared" property which indicates whether the underlying data store is shared or not.

@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label Oct 27, 2020
@sleberknight sleberknight added this to the 0.1.0 milestone Oct 27, 2020
sleberknight added a commit that referenced this issue Oct 28, 2020
chrisrohr pushed a commit that referenced this issue Oct 28, 2020
@sleberknight sleberknight self-assigned this Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant