package
2.2.0
Repository: https://github.com/gonobo/jsonapi.git
Documentation: pkg.go.dev

# Functions

UseFieldsetQueryParser is a middleware that resolves the fieldset parameters from the request and stores them within the JSON:API request context.
UseFilterQueryParser is a middleware that parses and extracts any filter parameters in the request query and generates a filter expression stored within the JSON:API request context.
UseIncludedResourceResolver is a middleware that retrieves the client-request server resources associated with the response document's primary data, and adds it to the "included" array.
UseIncludeQueryParser is a middleware that parses the list of included resources requested by the client and adds them to the JSON:API context.
UsePageQueryParser is a middleware that parses the sort parameters from the URL query and stores them within the JSON:API context.
UseRelatedResourceResolver is a middleware that handles incoming requests for related resources.
No description provided by the author
UseSortQueryParser parses the sort parameters from the URL query and stores them within the JSON:API context.

# Interfaces

FieldsetQueryParser is a function that parses the fieldset query parameters.
FilterQueryParser is a parser for JSON:API filter query parameters.
PageQueryParser is used to parse sort query parameters.
SortQueryParser is used to parse sort query parameters.