-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Feature/7.6/code gen #4386
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
Feature/7.6/code gen #4386
Conversation
(cherry picked from commit bdabdfc)
codebrain
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation url changes to use http instead of https simply result in the request being redirected by a 301 status code on the server.
Do we want to implement a global replace rule to swap out for https?
src/ApiGenerator/RestSpecification/XPack/ccr.forget_follower.json
Outdated
Show resolved
Hide resolved
src/ApiGenerator/RestSpecification/XPack/security.delete_privileges.json
Outdated
Show resolved
Hide resolved
src/ApiGenerator/RestSpecification/XPack/security.put_privileges.json
Outdated
Show resolved
Hide resolved
src/ApiGenerator/RestSpecification/XPack/ccr.forget_follower.json
Outdated
Show resolved
Hide resolved
src/ApiGenerator/RestSpecification/XPack/security.delete_privileges.json
Outdated
Show resolved
Hide resolved
src/ApiGenerator/RestSpecification/XPack/security.put_privileges.json
Outdated
Show resolved
Hide resolved
|
Updated so that the links in code are always |
codebrain
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Downloads the spec and generates the
low level clientWill follow up once merged with a PR for the
high level client