-
-
Notifications
You must be signed in to change notification settings - Fork 158
JsonApiEndpoints documentation #1298
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: