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

Alerting and action APIs to follow kibana STYLEGUIDE #59799

Closed
mikecote opened this issue Mar 10, 2020 · 4 comments · Fixed by #66838
Closed

Alerting and action APIs to follow kibana STYLEGUIDE #59799

mikecote opened this issue Mar 10, 2020 · 4 comments · Fixed by #66838
Assignees
Labels
Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@mikecote
Copy link
Contributor

Styleguide: https:/elastic/kibana/blob/master/STYLEGUIDE.md#api-endpoints

Kibana uses snake_case for the entire API, just like Elasticsearch. All urls, paths, query string parameters, values, and bodies should be snake_case formatted.

@mikecote mikecote added Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) labels Mar 10, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-alerting-services (Team:Alerting Services)

@pmuellr
Copy link
Member

pmuellr commented Mar 10, 2020

Seems like a big hit, guessing mainly be in request/response bodies, which will then bubble down to everything else, heh. TS will help here, I'm sure.

@mikecote
Copy link
Contributor Author

This issue should be broken down. By route or by layer (query, body, response, objects, etc).

@mikecote
Copy link
Contributor Author

mikecote commented May 5, 2020

Should be done at the same time / person as #63130.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
None yet
5 participants