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

Implement AntennaAPI to manage resources #94

Merged
merged 1 commit into from Oct 18, 2016
Merged

Implement AntennaAPI to manage resources #94

merged 1 commit into from Oct 18, 2016

Conversation

willkg
Copy link
Collaborator

@willkg willkg commented Oct 18, 2016

Prior to this, falcon.API would register routes, but it was tricky to
get a list of resources. In Antenna, resources are also components, so
we want to have a list of the ones in the app so that we can more
easily perform work across all the components in the app.

For example, it's hard to do a health check if you can't access all
the components in the app to ask them about their health.

This fixes that.

Prior to this, falcon.API would register routes, but it was tricky to
get a list of resources. In Antenna, resources are also components, so
we want to have a list of the ones in the app so that we can more
easily perform work across all the components in the app.

For example, it's hard to do a health check if you can't access all
the components in the app to ask them about their health.

This fixes that.
@willkg
Copy link
Collaborator Author

willkg commented Oct 18, 2016

Looks good. Merging!

@willkg willkg merged commit 2c3e938 into mozilla-services:master Oct 18, 2016
@willkg willkg deleted the antenna-api branch October 18, 2016 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant