-
Notifications
You must be signed in to change notification settings - Fork 124
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
any support for swagger 3.0.1 ? #72
Comments
@5arif Could you please share your swagger file to reproduce an issue? You can send it to ysampir@gmail.com or share it here. Actually, the library should support swagger 3.0.1 |
Hi @5arif , Currently it's not possible to load swaggers from url manually. We're going to add this feature soon. We're going to add property to build.yaml like
Is it what you mean? |
Closed due no answer from customer |
can you please reopen this ? hit the exact same error, but using a sdk.swagger file |
Hi @jmls , Please share not working swagger file (or part of it) to detect root cause. Thanks |
* Fixed #72 * Removed not used variable * Fixed case with List<List<List.....<type>>>...> * Updated changelog and pubspec * Fixed small issue * Updated pubspec and changelog * Formatted code Co-authored-by: uladzimir_paliukhovich <>
i get some error with swagger 3
"openapi": "3.0.1"
,and i need to manualy add
build_runner
todev_dependencies:
is that posible to use swagger url like :
https://localhost:44373/swagger/v1/swagger.json
The text was updated successfully, but these errors were encountered: