3 dépôts
Allowing clients to request a specific subset of resource properties to minimize data transfer.
Distinct from Output Field Filters: Distinct from log filters or prompt filters; this is a general API capability for response shaping.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Field Filtering. Refine with filters or upvote what's useful.
La WordPress REST API est une interface web et une API de contenu basée sur JSON qui permet de récupérer et de modifier le contenu, les utilisateurs et les métadonnées d'un site via des méthodes HTTP standard. Elle fonctionne comme une interface de CMS headless, découplant la gestion du contenu du frontend en exposant les données du site via un contrôleur RESTful programmable. Le système se distingue par sa découverte pilotée par hypermédia et sa validation basée sur JSON-schema, permettant aux clients de localiser les ressources par programmation et d'assurer des échanges de données prévisibles. Il utilise l'enregistrement de points de terminaison par espaces de noms pour organiser les routes et prend en charge une couche d'authentification flexible incluant des mots de passe d'application, des cookies de session et des standards d'identité tiers. L'API couvre un large éventail de capacités de gestion des ressources, incluant la manipulation des articles, des pages, des médias et du contenu basé sur des blocs. Elle fournit des utilitaires complets pour la gestion des réponses, tels que l'imbrication de ressources, la pagination et le filtrage de champs, ainsi que des outils pour gérer les révisions de contenu et l'administration du site. La prise en charge de SDK spécifiques au langage est fournie pour abstraire les requêtes réseau en interfaces programmatiques de haut niveau.
Restricts returned data to a specific subset of properties to reduce payload size.
go-json is a high-performance JSON serialization library for Go that serves as an encoder and decoder replacement for the standard library. It provides tools to convert native data structures to and from JSON format with optimized processing speeds. The library includes a conditional serializer for filtering specific data structure fields during the encoding process and a colorizer to produce color-coded JSON strings for human readability. The project supports context-aware marshaling to trigger specific logic during the serialization of complex data types.
Allows including or excluding specific fields of a data structure during serialization to shape the output.
The IPinfo CLI is a command-line interface tool designed for querying IP geolocation, autonomous system data, and network metadata from the IPinfo database. It provides terminal utilities for retrieving geographical locations, network owners, and routing details for individual target addresses, local host machines, and autonomous system numbers. The interface supports command-line automation utilities including bulk pipe processing, data field filtering, dataset summarization, IP range generation, and network address filtering. Users can stream continuous lines of text from upstream processes
Iterates over parsed response structures to strip unrequested attributes before rendering final text or tabular output.