2 repositorios
Web interfaces designed to gather structured user input and transmit it to remote APIs.
Distinct from Custom Collection Interfaces: None of the candidates cover the general purpose of using a web form specifically to collect data for a remote API endpoint.
Explore 2 awesome GitHub repositories matching web development · API Data Collection Interfaces. Refine with filters or upvote what's useful.
Clockwork is a PHP development debugging tool that collects and displays runtime data from server-side middleware in a browser-based interface. It captures request details, performance metrics, logs, database queries, and stack traces for HTTP requests, commands, queue jobs, and tests without requiring modifications to application code. The tool provides a client-side rendered toolbar and full web interface for inspecting collected data, including a searchable performance timeline viewer, an HTTP request monitor with timing and response details, and inline variable logging helpers that return
Provides a browser-based web interface for inspecting collected request and performance data.
This project is a JSON schema form builder and dynamic form generator. It functions as an API-driven data collector that creates customizable input fields and layouts based on JSON schema definitions. The system serves as a schema-based input validator, enforcing data integrity through predefined schemas and providing real-time feedback to users. It allows for the creation of web forms where input types, labels, and placeholders can be modified without changing the source code. The tool manages the end-to-end workflow of interactive user input, covering dynamic form generation, client-side d
Collects user input through a web interface and transmits it to a remote endpoint for processing.