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

'style' should be populated with specified default values #4

Closed
ugexe opened this issue May 3, 2018 · 2 comments
Closed

'style' should be populated with specified default values #4

ugexe opened this issue May 3, 2018 · 2 comments

Comments

@ugexe
Copy link
Collaborator

ugexe commented May 3, 2018

subset Style of Str where 'simple'|'label'|'matrix'|'form'|'pipeDelimited'|'spaceDelimited';
has Style $.style is rw;

method style() { $!style // Nil }


https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#operationObject

Describes how the parameter value will be serialized depending on the type of the parameter value. Default values (based on value of in): for query - form; for path - simple; for header - simple; for cookie - form.

@Altai-man
Copy link
Member

I fixed both this and #3 issues locally, along with some tests. It will be pushed as soon as the access to the repo will be granted to me. :)

@Altai-man
Copy link
Member

Should be fixed with de12d08 - also, quite a serious bug was found while fixing it, made an issue at #6.
Re-open if needed.

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

No branches or pull requests

2 participants