-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
How to integrate jsonapidotnetcore with swagger for its specific swagger UI with that include ,fields and other fields on swagger UI #1156
Comments
Hi, Can any one help me on this? |
See #1046. You can try the openapi branch or grab its NuGet from AppVeyor, but the work is largely incomplete. There is no fully working OpenAPI implementation for JADNC at this point. |
@bkoelman can you please provide me branch link or complete NuGet package name? And also please provide any jsonapi project example where that NuGet package is used? |
See https://github.com/json-api-dotnet/JsonApiDotNetCore#trying-out-the-latest-build and pick one with OpenAPI suffix. |
@bkoelman I have installed JsonApiDotNetCore.OpenApi. Do you have any jsonapi project example where that new Open API features are used? |
There's several usages in that branch from tests and examples. See also the documentation below the docs folder. |
@bkoelman If you know can you tell me till when can we expect that openAPI fully functional? And can you suggest any alternative till that time? |
@bkoelman I am using PatchAsync method of JADNC but in my request I am don't want to send Updated_At Attribute and I want to update that field before sending that request to base.PatchAsync. But its not updating Updated_At in DB. Following is my code
Can you please help me in this? |
@nwise Hi, Can any one help me on this? |
Adding OpenAPI support is an immense amount of work, and I wouldn't expect that to be available anytime soon. Alternatively, you can use one of the client libraries at https://jsonapi.org/implementations/. Regarding your other question: take a closer look at our documentation and the various examples in de codebase. I suspect what you're looking for are resource definitions, but it's hard to say with such a vague description. And this question is unrelated to OpenAPI, so should not be asked in the same issue. I'm closing this issue. We can help with all kinds of questions, but remember we expect you to try to figure it out yourself first, read the docs, search in existing issues, ask for help from a co-worker, etc. Then if you can't solve it, make sure to provide a crystal-clear description of what you're trying to accomplish and why, what you tried (repro steps) etc. See also the contributing guidelines. |
Please read our Contributing Guides before suggesting an idea.
Is your feature request related to a problem? Please describe.
How to integrate jsonapidotnetcore with swagger for its specific swagger UI with that include ,fields and other fields on swagger UI
Describe the solution you'd like
I want to integrate jsonapidotnetcore with swagger for its specific swagger UI with that include ,fields and other fields on swagger UI.
It should show its request model in json api format. And It should have include, fields, access_token like fields on swagger UI
The text was updated successfully, but these errors were encountered: