You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Activity
bkoelman commentedon Aug 19, 2023
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
JsonApiDotNetCore/src/JsonApiDotNetCore/Services/IGetSecondaryService.cs
Lines 11 to 15 in 952518a
bkoelman commentedon Aug 20, 2023
@verdie-g Would you like to create a PR for this?
verdie-g commentedon Aug 20, 2023
Sure #1301