2 Repos
Mechanisms for attaching custom fields to platform API method calls.
Distinguishing note: Focuses on extending API method parameters with custom data.
Explore 2 awesome GitHub repositories matching web development · API Data Attachments. Refine with filters or upvote what's useful.
This project is an asynchronous messaging framework designed for building interactive applications on the Telegram platform. It functions as a comprehensive wrapper that maps native platform methods and update types into structured objects, enabling developers to create event-driven services that respond to real-time user input. By integrating with standard event loops, the library facilitates high-throughput communication and non-blocking message processing. The framework distinguishes itself through a sophisticated update-driven dispatcher pattern that routes incoming messages to specific h
Allows attaching additional data fields to platform methods by passing custom dictionaries for unsupported parameters.
React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr
Allows attaching custom parameters to API requests to support complex data fetching scenarios.