# FlopRest v0.6.1 - Table of Contents Parse Stripe-style REST API query params into Flop format for filtering, sorting, and pagination ## Pages - [🔄 FlopRest](readme.md) - [Changelog](changelog.md) ## Modules - [FlopRest](FlopRest.md): Bidirectional transformation between Stripe-style REST query params and Flop format. - [FlopRest.Filters](FlopRest.Filters.md): Extracts and transforms REST-style filter params to Flop format and vice versa. - [FlopRest.Operators](FlopRest.Operators.md): Maps REST-style operator strings to Flop operator strings. - [FlopRest.Pagination](FlopRest.Pagination.md): Transforms REST-style pagination params to Flop format and vice versa. - [FlopRest.Sorting](FlopRest.Sorting.md): Parses REST-style sort strings into Flop format and vice versa.