15 مستودعات
Automated serialization of request data into JSON format.
Distinguishing note: Focuses on the serialization process for outgoing requests.
Explore 15 awesome GitHub repositories matching data & databases · JSON Request Serializers. Refine with filters or upvote what's useful.
HTTPie is a command-line HTTP client and REST API testing tool designed for sending requests to web services and APIs. It functions as a JSON-native network client and interactive HTTP debugger, providing a terminal interface for constructing and validating API requests and responses. The tool simplifies the process of interacting with APIs by automatically handling JSON payloads and applying colorized formatting to responses for human readability. It supports the simulation of request generation to verify headers and bodies before they are sent over the network. The project covers a broad r
Automatically serializes simplified command-line input into structured JSON payloads for outgoing requests.
HTTPie is a command-line HTTP client designed for sending requests to web services and APIs. It functions as a terminal-based web client and JSON API interface, allowing users to interact with RESTful services and download remote files directly from the console. The tool simplifies the interaction with APIs through a custom syntax for argument parsing and automatic JSON payload serialization. It includes a request debugger to verify the structure of a request before transmission and uses ANSI-based formatting to display server responses with color and indentation for improved readability. Th
Automatically serializes input key-value pairs into formatted JSON payloads for API requests.
This project is a terminal-based HTTP client designed for interacting with web services, debugging APIs, and automating network requests. It provides a specialized command-line interface that simplifies the construction of complex HTTP exchanges, allowing users to test and inspect web services directly from the shell. The tool distinguishes itself through a declarative syntax engine that translates shorthand command-line tokens into fully formed HTTP requests, including headers, parameters, and body payloads. It features a modular, plugin-based architecture that enables users to extend core f
Serializes request data as JSON by default for standard API interactions.
🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API
Ky automatically serializes JavaScript objects to JSON and sets the appropriate Content-Type header for request bodies.
The AWS SDK for JavaScript is a programmatic interface and API client used to manage, automate, and orchestrate AWS cloud infrastructure and services. It provides a set of tools for controlling compute, storage, and networking resources from Node.js and web browser environments. The project includes a modular asset bundler that allows for the creation of specialized service bundles. This mechanism enables the selection of specific service modules at build time to reduce the final JavaScript payload size for frontend cloud integrations. The SDK covers a broad range of cloud management capabil
Transforms JavaScript objects into standardized JSON payloads for transmission to remote cloud endpoints.
OkHttpUtils is a convenience wrapper for the OkHttp HTTP client that simplifies common networking operations on Android. It provides a straightforward interface for executing GET and POST requests, including sending form parameters and JSON payloads, as well as uploading files via multipart form data and downloading remote files to local storage. The library distinguishes itself through a set of practical utilities built on top of OkHttp's core architecture. It wraps synchronous calls into an asynchronous callback pattern, includes an interceptor-based logging layer for request and response d
Serializes Java objects into JSON request bodies for HTTP POST requests.
This project is an unofficial TikTok API client and Python library. It functions as a data scraper and API wrapper for programmatically retrieving public profile information and trending media from the TikTok platform. The library enables the extraction of user identity details and the retrieval of trending video content. It provides tools for social media automation, trend analysis, and content research.
Formats Python data types into the JSON payloads required by the remote API.
The official Go client for Elasticsearch
Serializes Go structs into JSON requests and deserializes responses through a consistent pipeline for all API operations.
GraphQL.NET هو إطار عمل من جانب الخادم لبناء وتنفيذ واجهات برمجة تطبيقات GraphQL داخل تطبيقات C#. يوفر مجموعة أدوات شاملة لبناء المخططات، ومحركاً اتحادياً لرسوم البيانات الموزعة، ومعالج اشتراكات لإدارة تدفقات البيانات في الوقت الفعلي. يتميز المشروع بمنشئ مخططات مرن يدعم كلاً من تعريفات الكود أولاً البرمجية ونهج المخطط أولاً التصريحي باستخدام لغة تعريف المخطط القياسية. يتضمن محرك اتحاد مخصص لتقسيم رسوم البيانات إلى رسوم فرعية وتكوينها في بوابة موحدة، بالإضافة إلى تنفيذ محمل بيانات مصمم خصيصاً لحل مشكلة استعلام N+1 من خلال التجميع والتخزين المؤقت. يغطي إطار العمل مجموعة واسعة من القدرات التشغيلية، بما في ذلك تكامل حقن التبعية لإدارة عمر الخدمة، وخطوط أنابيب البرمجيات الوسيطة لاعتراض دقة الحقول، وخط أنابيب تنفيذ محسن بأنواع القيم لتقليل تخصيصات الذاكرة. كما يوفر أدوات لتحليل تعقيد الاستعلام، والتخزين المؤقت للمستندات، والتحكم في الوصول القائم على الأدوار لتأمين نقاط نهاية API. يسمح دعم تجميع المخططات مسبقاً لإطار العمل بالتنفيذ في البيئات التي تحظر إنشاء الكود الديناميكي.
Reads JSON requests into typed objects using a serializer-agnostic interface supporting multiple JSON engines.
هذا المشروع عبارة عن إطار عمل موزع لكشط الويب يتيح التوسع الأفقي لمهام الكشط. يستخدم Redis كمدير طابور طلبات مركزي ومخزن حالة لتنسيق تقدم الكشط وبيانات تعريف الطلب عبر مثيلات خادم متعددة. يوزع النظام أعباء عمل الكشط من خلال مشاركة طابور طلبات واحد ويستخدم مرشح تكرار موزع لمنع العمال المتعددين من زيارة نفس الصفحة. ويحتفظ بحالة الطلب المعقدة وبيانات التعريف كسلاسل JSON داخل المخزن البعيد المشترك. يوفر إطار العمل أيضاً إمكانيات لمعالجة البيانات الموزعة عن طريق دفع العناصر المكتشطة إلى طابور مشترك للاستهلاك المتوازي بواسطة عمال معالجة منفصلين.
Serializes request metadata and state into JSON strings for storage in a shared Redis instance.
ofetch is an HTTP client built on the native fetch API that adds automatic JSON serialization, request/response interceptors, configurable retry, and timeout handling. It provides descriptive error objects for non-OK responses and automatically parses response bodies based on their content type. The client supports creating pre-configured instances with preset base URLs, headers, and default options, enabling consistent configuration across a project. It offers full TypeScript type inference for response data and request payloads, and allows extending request options with custom properties wh
Automatically stringifies object request bodies as JSON and sets the appropriate Content-Type header.
Azure PowerShell هي مجموعة من الأوامر القابلة للبرمجة وأداة إدارة تستخدم لإدارة وتكوين وأتمتة موارد وبنية تحتية سحابة Microsoft Azure. تعمل كواجهة سطر أوامر لنشر ومراقبة الخدمات السحابية. يوفر المشروع قدرات لتنسيق موارد السحابة وأتمتة البنية التحتية، مما يسمح بتنفيذ سكربتات قابلة للبرمجة للتعامل مع المهام الإدارية المتكررة. يتضمن أدوات لإدارة الهوية والوصول عبر مستأجرين واشتراكات Azure متعددة. يغطي النظام المصادقة وإدارة الجلسة، مما يتيح للمستخدمين تسجيل الدخول إلى بيئات السحابة والتبديل بين سياقات اشتراك مختلفة. كما يوفر الوسائل لإنشاء وإدارة البنية التحتية للسحابة للحفاظ على استقرار النظام.
Serializes command parameters into JSON payloads for transmission to the cloud management plane.
Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and asynchronous web requests. It functions as a network wrapper that supports executing calls via suspending functions in coroutines, reactive streams, and traditional callbacks. The library features built-in integration for Android LiveData to bind network responses directly to observable state holders for user interface updates. It also includes a JSON serialization client that utilizes customizable mappers to convert raw HTTP response bodies into structured data objects. Capability area
Implements automated serialization of request data into JSON format for outgoing payloads.
elasticsearch-dsl-py is a Python library for search integration that enables the construction of complex queries and the management of indices through a programmatic interface. It connects Python applications to a distributed search engine to implement advanced filtering and structured data retrieval. The library employs an object-relational mapping pattern and a declarative schema definition to synchronize data structures using Python classes. It utilizes a fluent interface query builder with method chaining to incrementally construct search requests, which are lazily evaluated and serialize
Automatically serializes structured Python object hierarchies into JSON payloads for API delivery.
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
Serializes request data into JSON documents, cURL commands, or language-specific snippets.