query-parameters
There are 35 repositories under query-parameters topic.
pbeshai/use-query-params
React Hook for managing state in URL query parameters with easy serialization.
sonh/qs
Go module for encoding structs into URL query parameters
pbeshai/serialize-query-params
A javascript library for simplifying encoding and decoding URL query parameters
baruchiro/use-route-as-state
Use React Router route and query string as component state
TomWright/queryparam
Go package to easily convert a URL's query parameters/values into usable struct values of the correct types.
Ernxst/svelte-query-params
The easiest way to reactively manage query params in Svelte and SvelteKit applications, both on the server and in the browser.
simonkrenger/echoenv
Container to show environment variables and HTTP request information. Useful for debugging.
Cimpress-MCP/Tiger-ContinuationToken
Bind and decode encoded application continuation tokens.
meilisearch/yaup
URL parameters serialization with comma separated sequences
ootidea/type-safe-url
A lightweight TypeScript library for writing URLs in a type-safe manner.
moznion/taqc
Tag based url Query parameters Constructor.
Prawirdani/qparser
Parse Query Parameters into Struct.
SoftCircuits/QueryArgumentEncryptor
Class to encrypt any number of key/value pairs so that they can be passed as a single query argument.
Cunning0fDesires/URL-parser
This is a program which takes a URL as a user's input from the console), parses it with regular expressions and returns its query string parameters in a convenient readable form
marleyDip/Node-JS-Practice
Its now practice server-side-programming for comptetive programming...
Phani-LP/Web_Development
A collection of web development projects showcasing concepts like DOM manipulation, asynchronous JavaScript, ReactJS, form validation, CSS styling, and more.
Stav93/React-Router-Practice-Project
Practicing React Route by creating a demo app with diffrent routes and query params (during Udemy Course - React - The Complete Guide (incl Hooks, React Router, Redux))
Wildhoney/Paramo
🌵Swiss-army knife of stringifying, parsing and manipulating URL parameters by applying types to the parameters.
dynamic-license/dynamic-license.github.io
Generate software licenses dynamically with the use of query parameters.
Fernandicus/query-state-hook
Easily manage the state of your React components via URL query parameters
Fidencio-Codes/Postman-API-Fundamentals-Student-Expert
Notes and exercises used to get certified in Postman's API Fundamentals Student Expert
patrykbaszak/extended-api-doc-bundle
An extension for nelmio/api-doc-bundle that improves the sorting of endpoints by tags and provides minor stylistic corrections to the original Nelmio view.
Benzogang-Tape/Search-Server
Search server with query parameters
BurakKontas/ActixExample
A simple HTTP server using Actix Web, featuring endpoints for greeting via path parameters, query parameters, and JSON payloads. This modular starter project demonstrates handling different types of requests and structuring Rust projects effectively.
Cozyamy/FastAPI-path_query_parameter
This provides detailed insights into the implementation of different features in FastAPI, including path parameters, query parameters, data validation, error handling, and the usage and benefits of each feature.
dweber019/spring-security-oauth-query-param-forward
This repository contains a minimalistic sample implementation to forward query parameters to a authentication service. It will enable dynamic passing of parameters like scope, prompt, etc.
EduKeyPath/Angular_Feature_Practice
This is a comprehensive Angular project demonstrating all major Angular features. Ideal for learners and developers who want to master Angular by hands-on examples.
Hiteshmeher/SpringIntro
Developing a simple Spring app where we are using simple hello world, Query Parameter, Path Variable and Body
markfady/JavaScript-Workshop-for-interns
CRUD application with json-server 1)Download zip file 2)inside terminal type ' npm install' to setup node-modules folder 3) inside terminal type "npm run server" to run the server 4) go live inside index.html
mmalinova/Component_Programming
This is a realization of Phonebook as desktop application of type fat client. The relational database used is InterBase and the integrated development environment (IDE) is Borland C++ Builder.
Muzamil-Fatima/fitness-gym-mern-app
Full-stack fitness gym app built with MERN. Clients book sessions via the website, and admins manage classes & appointments with secure auth & email updates.
niklak/urlqm
A small Go package for manipulating URL query parameters
robtimus/uri-utils
A set of utility classes for working with URIs
Rupam0710/Routing-Angular
It contains fundamental of Angular Routing. We learnt how to set up and load routers, navigation with router links, understanding navigation path, styling active router links,navigating programmactically, fetch route parameters, passing query parameters and fragments, retrieving query parameters and fragments, child routes and guards.
Sunanda-05/advanced-express-crud
A modern, secure document management API built with Node.js, Express, and MongoDB that enables private, shared, and link-accessible document management with comprehensive access controls and authentication.