2 Repos
Construction of URL query parameters to refine and filter data retrieved from an API.
Distinct from Request Parameter Filtering: Existing candidates focus on security whitelisting or OIDC, not the functional construction of filter queries.
Explore 2 awesome GitHub repositories matching web development · Dynamic Request Filterings. Refine with filters or upvote what's useful.
This project is a REST API framework for NestJS designed to automate the creation of boilerplate-free CRUD endpoints and resource management. It functions as an automated CRUD generator that produces controllers and services for standard database operations, accelerating the development of RESTful APIs. The toolkit includes a REST query parser that translates complex URL parameters into structured database filters, pagination, and sorting rules. It also operates as an API response serializer to control the exposure of entity fields and manage nested relations within JSON responses. For extend
Implements advanced search, sorting, and pagination logic using structured request query parameters.
jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene
Implements dynamic construction of URL query parameters to filter and refine API results.