-
-
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
JsonApiEndpoints documentation #1298
Labels
Comments
Sure, sounds good. The endpoints are defined at https://jsonapi.org/format/#fetching. Comments on controllers and services are in place already. See: JsonApiDotNetCore/src/JsonApiDotNetCore/Controllers/BaseJsonApiController.cs Lines 126 to 134 in 952518a
|
@verdie-g Would you like to create a PR for this? |
Sure #1301 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, it's a bit unclear what each value of the JsonApiEndpoints does. For example, I might be missing some JSON:API concept but I'm not sure what
GetSecondary
is. Would it possible to add XML comments on those? 🙏Ideally, an example endpoint for each would be great.The text was updated successfully, but these errors were encountered: