-
Notifications
You must be signed in to change notification settings - Fork 365
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
Broken nested scoping #256
Comments
What are you using to view the documentation? There is a good chance they just need to be updated to understand the new scopes. |
I'm not using any specific viewer such as the ones mentioned in your documentation. I'm just viewing the simple HTML file generated by Is there a workaround for this? |
@ralphie02 You need to install Apitome from github master branch gem 'apitome', github: 'modeset/apitome' |
@DevilsNightsix I was hoping I didn't have to install any doc viewer. Thanks for getting back to me! |
I can confirm that this is still broken on
will render the following with both
|
@DevilsNightsix I'm not actually using Apitome, but thanks anyway! |
Fixes zipmark#256 Signed-off-by: Alex Coles <[email protected]>
I believe scope nesting for the api request parameters are either not properly documented, or broken.
I am trying to do something similar to below:
for a parameter like this ->
company[person][name]
but instead it creates something similar to this ->
[:company, :person][name] [:company, :person][name]
and yes, there's 2 of the parameter names above this line
I could definitely be wrong and that this feature is already implemented, I'm just using it wrong. If I am, please let me know.
The text was updated successfully, but these errors were encountered: