awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesRequest Payload Construction

Programmatic construction of structured data objects for API requests.

Distinct from API Payload Builders: Focuses on programmatic generation of request bodies rather than visual builder tools.

Explore 5 awesome GitHub repositories matching user interface & experience · Request Payload Construction. Refine with filters or upvote what's useful.

Awesome Request Payload Construction GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • discordjs/discord.jsAvatar discordjs

    discordjs/discord.js

    26,743Vezi pe GitHub↗

    Discord.js is a Node.js library and framework for interacting with the Discord API. It provides a comprehensive set of wrappers for REST and WebSocket connections, enabling the development of automated server accounts and real-time chat applications. The project distinguishes itself through a distributed bot sharding system that splits a single bot instance across multiple processes to handle high server counts and large-scale workloads. It also includes a specialized voice API wrapper for managing audio streams and voice channel connectivity. The library covers broad capability areas includ

    Provides structured data object construction to ensure network requests meet API schema specifications.

    TypeScriptbotdiscorddiscord-api
    Vezi pe GitHub↗26,743
  • webhooksite/webhook.siteAvatar webhooksite

    webhooksite/webhook.site

    6,620Vezi pe GitHub↗

    Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu

    Webhook.site constructs JSON or URL-encoded payloads using variables and sends them with custom headers and authentication.

    JavaScriptangularfrontendlaravel
    Vezi pe GitHub↗6,620
  • jpmens/joAvatar jpmens

    jpmens/jo

    4,868Vezi pe GitHub↗

    Jo este un utilitar de linie de comandă conceput pentru a construi și manipula obiecte și array-uri JSON direct din argumentele shell și input-ul standard. Funcționează ca un instrument de procesare a datelor care transformă input-ul brut în formate structurate, permițând generarea de payload-uri complexe pentru API-uri, fișiere de configurare și pipeline-uri de date automatizate. Instrumentul se distinge prin capacitatea sa de a rezolva structuri de date ierarhice folosind definiții de cale bazate pe delimitatori și motorul său integrat de inferență a tipului, care convertește automat valorile de input în tipuri native boolean, numerice sau null. Utilizatorii pot exercita un control precis asupra output-ului prin impunerea explicită a tipului de date, filtrarea conținutului și capacitatea de a încorpora conținutul fișierelor externe direct în structura generată. Utilitarul suportă o gamă largă de sarcini de construcție a datelor, inclusiv fuzionarea informațiilor noi în structuri existente și comutarea între layout-uri de output compacte și pretty-printed. Se integrează în fluxurile de lucru bazate pe shell prin furnizarea de coduri de ieșire standardizate pentru a semnala succesul sau eșecul operațiunilor de transformare a datelor.

    Constructs complex JSON request bodies for APIs using command-line arguments.

    C
    Vezi pe GitHub↗4,868
  • zan8in/afrogAvatar zan8in

    zan8in/afrog

    4,182Vezi pe GitHub↗

    afrog is an HTTP vulnerability scanner and web vulnerability management system that identifies security flaws and known CVEs using a YAML-based rule engine. It functions as a payload generator and scanner, comparing server responses against detection rules to find unauthorized access points. The project provides a framework for out-of-band security testing, detecting blind vulnerabilities by triggering and verifying external DNS or HTTP callbacks. Beyond web traffic, it includes a protocol fuzzer capable of executing multi-step read and write sequences over raw TCP and SSL sockets to identify

    Constructs flexible HTTP requests using random variables, custom encodings, and manual header control.

    Goafrogbug-bountypenetration-testing
    Vezi pe GitHub↗4,182
  • httpie/desktopAvatar httpie

    httpie/desktop

    3,851Vezi pe GitHub↗

    This is a desktop HTTP client application used for constructing, sending, and analyzing HTTP and GraphQL requests. It provides a graphical interface for API development and testing, including a dedicated GraphQL client with schema-driven autocomplete and validation. The project features an integrated AI assistant that generates API requests from natural language prompts. It supports a complex organization system of spaces and collections with hierarchical authentication inheritance and recursive variable resolution for dynamic request values. The tool covers a broad range of capabilities, in

    Provides a mechanism for constructing structured API request payloads with the ability to toggle between formats.

    apiapi-clientapi-testing
    Vezi pe GitHub↗3,851
  1. Home
  2. User Interface & Experience
  3. Form and Input Management
  4. API Generators
  5. API Payload Builders
  6. Request Payload Construction

Explorează sub-etichetele

  • Evasive Payload GeneratorsUtilities for constructing flexible HTTP requests using random variables and custom encodings to bypass security filters. **Distinct from Request Payload Construction:** Distinct from general construction: emphasizes flexibility, randomness, and encoding for security testing purposes.
  • Formatted Payload SendersConstructs and sends HTTP requests with JSON or URL-encoded payloads, custom headers, and authentication. **Distinct from Request Payload Construction:** Distinct from Request Payload Construction: adds the ability to send the constructed payload with headers and auth, not just build it.