You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really like this library which will save me a lot of work.
The docs seem to discourage the use of query parameters but it's not uncommon for APIs to have query parameters as allowed by the OpenAPI spec. However it looks like they aren't made available to the path_to_include, meaning $_GET is empty.
I can easily edit the code to parse the query parameters into a $_GET array but wanted to check I'm not missing something before doing that.
The text was updated successfully, but these errors were encountered:
Really like this library which will save me a lot of work.
The docs seem to discourage the use of query parameters but it's not uncommon for APIs to have query parameters as allowed by the OpenAPI spec. However it looks like they aren't made available to the path_to_include, meaning $_GET is empty.
I can easily edit the code to parse the query parameters into a $_GET array but wanted to check I'm not missing something before doing that.
The text was updated successfully, but these errors were encountered: