Rafael Carício
Rafael Carício
What kind of navigation do you wish to implement? Is the Swagger UI not enough?
Hi @samba2, Seems like you want content negotiation. Unfortunately it is [not supported](https://github.com/OAI/OpenAPI-Specification/issues/146) by OpenAPI/Swagger 2.0 spec. Therefore Connexion does not support it either. The good news is that [it...
Does this issue also refers to all APIs that accept `&str` as argument as well? I see that those would also benefit from similar change.
@sdroege I think you're right, the `&str` argument is pretty straight forward to use with `String`. Maybe not worth the change after all.
@bilelmoussaoui Yes, I just started browsing the gir codebase 🔍
I've opened a PR in the gir repo to complement the changes: https://github.com/gtk-rs/gir/pull/1149
@bilelmoussaoui Would you like me to commit the generated changes here?
@MarijnS95 Right, that would simplify things indeed. Just doesn't look natural!? Happy to make the change anyways.. just let me know what you all prefer.
If I understand the discussion here correctly, the PR https://github.com/gtk-rs/gir/pull/1153 supersedes my PR https://github.com/gtk-rs/gir/pull/1149 ? Now I should probably revert the commit I have in this PR to remove the...
@MarijnS95 I'm fine with waiting for your PR to get in first. This is my first contribution to those projects so I'm still figuring out my way around the code.