18 repositorios
Configuration options for defining base paths for REST and GraphQL endpoints.
Distinguishing note: Focuses on API routing rather than admin panel routing.
Explore 18 awesome GitHub repositories matching development tools & productivity · API Route Customization. Refine with filters or upvote what's useful.
json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable mock API server that allows for the simulation of CRUD operations and resource relationships without the need to write backend code. The project enables rapid prototyping by generating a fake backend that persists data changes back to a local JSON file. It distinguishes itself by providing a static asset file server to deliver local documents, images, and stylesheets alongside the mock API endpoints. The server includes capabilities for data querying, such as parameter-based
Provides configuration options to map custom URL paths to specific JSON resources.
Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.
Allows customization of base paths for REST and GraphQL API endpoints.
This project is a web-based user interface for interacting with large language models via API keys. It functions as an OpenAI API client and a general LLM web chat interface, allowing users to send prompts and receive responses through a private web portal. The application features a security layer with password-based access control to restrict public usage. It supports custom request routing and proxy configurations to bypass network restrictions, and it is available as a progressive web app for native-like installation on mobile devices. The interface includes rich text rendering for Markd
Supports directing AI API traffic through custom base URLs or proxy servers to bypass network restrictions.
Octokit.js is a GitHub API SDK used to interact with GitHub via REST and GraphQL interfaces. It serves as a client for executing typed queries and mutations, managing authenticated REST requests, and handling signed webhooks across Node.js, Deno, and browser environments. The library features a plugin-based request pipeline and an adapter-based HTTP client, allowing the interception of requests and responses across different runtimes. It employs strategy-based authentication to separate credential management from request logic, supporting static tokens, OAuth flows, and GitHub App installatio
Allows configuration of custom HTTPS clients to route API requests through proxy servers.
The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes API. It serves as a toolset for defining new API types and implementing reconcile loops to automate the lifecycles of complex applications. The project provides specialized support for creating operators based on Helm charts or Ansible playbooks, allowing users to maintain a desired cluster state using existing automation tools. It includes a dedicated system for packaging controllers into standardized container image bundles for distribution via the Operator Lifecycle Manager.
Supports configuring network traffic by passing standard proxy environment variables to managed applications.
httpstat is a command-line utility for executing HTTP requests and analyzing network timing, response metadata, and connection performance. It serves as a diagnostic tool and debugger for inspecting HTTP headers and response bodies through a terminal interface. The tool focuses on performance analysis by measuring the latency of secure web requests, including the overhead of the TLS handshake and general connection timing. It provides color-coded output to visually separate request and response metadata for human analysis. The utility covers API integration testing and network troubleshootin
Supports routing network traffic through proxy servers using standard system environment variables.
Overrides the default API base URL with a custom proxy address for Gemini API calls.
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
Supports routing requests through proxy servers using standard environment variables.
Este proyecto es un plugin de metadatos y proveedor de biblioteca multimedia para Jellyfin, diseñado para obtener información de películas y programas desde servidores remotos. Funciona como un organizador multimedia automatizado que completa las bibliotecas de Jellyfin con títulos, biografías de actores e imágenes. El plugin incluye un motor local de detección de rostros para centrar y recortar automáticamente las miniaturas de los actores y las portadas de los medios. También proporciona herramientas de traducción que utilizan APIs externas para convertir resúmenes y reseñas de películas a los idiomas de destino. El sistema gestiona la organización de medios mediante la agrupación de videos de varios discos, reasignación de géneros y etiquetado de idiomas de subtítulos. Soporta mejoras visuales como la adición de indicadores de subtítulos en los pósteres y la incrustación de vistas previas de tráileres remotos. El servicio backend puede instalarse mediante binario o contenedor, con opciones para despliegue en la nube y seguridad de acceso basada en tokens.
Uses standard HTTP proxy environment variables to route network traffic in restricted environments.
PRAW es un wrapper de Python para la API de Reddit, que funciona como cliente de API REST y crawler de datos de redes sociales. Proporciona una interfaz programática para obtener datos, gestionar el contenido de la cuenta e interactuar con la plataforma. La librería implementa un cliente OAuth 2.0 completo que admite múltiples flujos de autorización, incluyendo contraseñas, tokens implícitos y de actualización, así como acceso de invitado de solo lectura. Se distingue por un planificador de solicitudes consciente de los límites de tasa (rate-limit) que rastrea la limitación del lado del servidor para evitar el agotamiento de la cuota de la API, y emplea objetos de carga diferida (lazy-loading) para obtener datos solo cuando se acceden a atributos específicos. Sus capacidades cubren la gestión de comunidades y usuarios, streaming de envíos en tiempo real mediante generadores y la extracción de hilos de discusión anidados. El conjunto de herramientas también incluye gestión de contenido para crear publicaciones y comentarios, junto con opciones de configuración de red para sesiones personalizadas y enrutamiento mediante proxy.
Redirects API requests through HTTP or HTTPS proxies via environment variables to bypass network restrictions.
GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la
Routes network requests through HTTPS proxy servers using standard environment variables.
bknd is a self-hosted backend-as-a-service platform and serverless backend framework that provides an integrated environment for managing databases, authentication, and file storage. It functions as a headless CMS and a portable API engine designed to run across various JavaScript runtimes, including Node.js, Bun, Cloudflare Workers, and AWS Lambda. The project distinguishes itself through a combination of schema-driven API generation and a built-in database management UI. It enables the definition of data structures either programmatically via a type-safe API or visually through an administr
Allows the definition of new HTTP endpoints by interacting with the server instance after the initial build process.
uPic is a native macOS application designed for uploading images and files to cloud hosting services and private backends. It functions as a cloud image hosting tool and a custom API upload client that generates formatted links for shared content. The project distinguishes itself by allowing users to configure private backend endpoints with specific HTTP methods, headers, and server URLs. It converts uploaded file addresses into Markdown or HTML snippets, which are then written back to the system clipboard via customizable URL templates. The application integrates with macOS system framework
Configures private backend endpoints with custom headers and methods to manage file storage routing.
This project is a Model Context Protocol server that enables large language models to generate and render data visualizations, charts, and diagrams. It functions as a toolset for AI assistants to transform raw data into professional visual representations. The server utilizes an intelligent selection layer to determine the most effective visualization format based on the provided data. It supports remote rendering via external HTTP services and provides the flexibility to route requests to self-hosted rendering endpoints for private network environments. Capabilities cover a wide range of da
Allows configuring custom HTTP services via environment variables for chart image generation.
Dependency-Track is a software composition analysis tool and vulnerability management system designed to track dependencies and supply chain risk. It functions as a platform for ingesting and analyzing CycloneDX software bills of materials to identify known vulnerabilities and license compliance issues within third-party software components. The system distinguishes itself by mirroring external vulnerability databases locally to enable fast offline analysis and using VEX documents to differentiate between technical vulnerabilities and actual contextual risks. It also integrates with identity
Directs external network requests through proxy servers using standard HTTP_PROXY environment variables.
The Hugging Face Hub Python client is a library that provides programmatic access to the Hugging Face Hub, a centralized platform for hosting and collaborating on machine learning models, datasets, and demo applications. It serves as the primary SDK for interacting with the Hub's API, enabling users to download and upload models and datasets, manage repositories, authenticate via tokens or OAuth, and run inference on hosted models through a unified interface. The client distinguishes itself through a comprehensive set of capabilities that go beyond basic file transfer. It includes a CLI exten
Supports routing all hub HTTP traffic through a proxy via environment variables.
Este proyecto es una interfaz web autohospedada diseñada para interactuar con modelos de lenguaje de gran tamaño. Proporciona un panel centralizado que permite a los usuarios gestionar las comunicaciones con los modelos, mantener historiales de conversación persistentes y organizar bibliotecas de prompts dentro de un entorno privado y contenedorizado. La plataforma se distingue por sus sólidos controles administrativos y de seguridad, incluyendo soporte para proveedores de identidad empresariales, acceso basado en contraseñas y limitación de tasa de solicitudes. Facilita una conectividad flexible al permitir a los usuarios configurar proxies de red personalizados, gestionar múltiples claves API y ajustar la configuración del razonamiento del modelo y la ventana de contexto para adaptarse a requisitos operativos específicos. La aplicación admite un conjunto completo de funciones para gestionar interacciones con IA, como respuestas en streaming en tiempo real, renderizado de contenido enriquecido para código y notación matemática, y sincronización entre dispositivos de las sesiones de chat. También incluye herramientas para el filtrado de contenido y la personalización de prompts por sesión para garantizar una salida consistente y segura. El software está diseñado para su despliegue en contenedores, asegurando una ejecución consistente en diversos entornos de infraestructura. Puede instalarse como una aplicación web progresiva (PWA) para proporcionar una experiencia nativa tanto en dispositivos móviles como de escritorio.
Routes API requests through custom network proxies to bypass regional restrictions and manage secure connectivity.
Starter-kit is an enterprise-grade starter kit and development toolkit for Angular applications, providing project scaffolding, boilerplate generation, and command-line automation. It establishes a structured foundation for large-scale web development with built-in ahead-of-time template compilation, module-based dependency injection, and client-side single-page application routing. The command-line automation utilities support rapid code generation for components, directives, pipes, services, classes, and modules alongside a local development server with live reloading and backend API reque
Configures environment variables to route package manager and version control traffic through corporate proxies.