pack_api 1.0.0
Building blocks used to implement an API around a domain pack. Includes: - elements for passing data out of the API - elements for describing the filters supported by query endpoints in the API - elements for building the mapping between domain models and API models - elements for building the query endpoints themselves, based on user inputs (sort, filter, pagination) - elements for retrieving multiple pages of data from other query endpoints