-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow specification extensions (^x-) #15
Labels
Comments
matthew-inamdar
changed the title
Allow specification extensions
Allow specification extensions (x-)
Jun 21, 2019
matthew-inamdar
changed the title
Allow specification extensions (x-)
Allow specification extensions (^x-)
Jun 27, 2019
vyuldashev
added a commit
to vyuldashev/oooas
that referenced
this issue
Nov 12, 2019
vyuldashev
added a commit
to vyuldashev/oooas
that referenced
this issue
Nov 12, 2019
vyuldashev
added a commit
to vyuldashev/oooas
that referenced
this issue
Nov 12, 2019
vyuldashev
added a commit
to vyuldashev/oooas
that referenced
this issue
Nov 12, 2019
matthew-inamdar
pushed a commit
that referenced
this issue
Nov 14, 2019
Author: @vyuldashev * MediaType application/x-www-form-urlencoded * add docblock * #15 Extensions support * #15 BaseObject getter for extension * #15 BaseObject getter for all extensions * #15 Extensions object, add readme for extensions * resolve conflicts * fix code style * add callbacks to Operation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Links and resources
Todo
$object->x(string $key, mixed $value = 'X_EMPTY_VALUE'): self
setter method.$object->xKey
getter in magic__get()
method.toArray()
method to include all extensions provided.$object->xExtensions
getter to get the entire array.The text was updated successfully, but these errors were encountered: