2 repository-uri
Systems for describing objects and relationships using types to connect an interface to underlying data.
Distinct from Application Surface Mapping: Existing candidates focus on security attack surfaces or simulation endpoints rather than general architectural interface mapping
Explore 2 awesome GitHub repositories matching software engineering & architecture · API Interface Modeling. Refine with filters or upvote what's useful.
This repository contains the official technical specification for GraphQL. It serves as the formal standard defining the query language, the execution engine, and the schema definition rules required to maintain consistency across different API implementations. The specification establishes a language-agnostic standard for query syntax and semantics, alongside a formal protocol for introspection. It provides the documented algorithms and logic requirements necessary for implementing a consistent server, ensuring that metadata about types and fields can be discovered by automated tools. The p
Defines how to use types and interfaces to map backend data to a structured API surface.
Acest proiect este un client API PHP și un SDK pentru integrarea serviciilor OpenAI în aplicații PHP. Servește drept bibliotecă de integrare și wrapper pentru interacțiunea cu modele de limbaj mari pentru a genera text, imagini și audio via apeluri REST API. Biblioteca oferă orchestrare specializată pentru asistenți AI, gestionând firele de conversație și vector store-urile. Include, de asemenea, instrumente pentru fine-tuning-ul modelelor personalizate, implementarea căutării semantice prin text embeddings și procesarea audio pentru transcriere și sinteză. Suprafața de capabilități acoperă moderarea conținutului, gestionarea fișierelor și gestionarea chat-ului și a completărilor de text. Suportă livrarea datelor în timp real via streaming server-sent events, procesare batch asincronă și verificarea semnăturilor webhook.
Maps API endpoints to dedicated classes and interfaces for a structured object-oriented access pattern.