2 个仓库
The process of defining data structures and interface contracts to ensure consistent network communication.
Distinct from Secure Network Communication: Focuses on the standardization of data structures and stubs rather than the transit encryption of the network.
Explore 2 awesome GitHub repositories matching security & cryptography · API Schema Standardization. Refine with filters or upvote what's useful.
This project is an end-to-end encrypted communication client designed for secure messaging and identity management using public-key cryptography. It provides a cryptographic identity manager to verify authenticity across platforms and integrates a local messaging daemon to synchronize encrypted data and handle network communication. The system features a remote encrypted file system that mounts encrypted storage as local directories for direct file interaction. It also includes automated identity provisioning for registering and authenticating new devices and automation bots using cryptograph
Standardizes network communication by defining data structures and generating type-safe client stubs.
该项目是一个正式的 RFC 提案和技术规范,针对一系列新的 HTTP 状态码。它定义了一个开发人员错误标准,旨在区分 REST API 响应中的实现失败与标准客户端或服务器错误。 该规范提出了对 HTTP 协议的扩展,引入了状态码的保留数值范围。该系统将唯一的整数标识符映射到特定的实现错误,提供精确的诊断含义,并将开发人员错误与标准协议响应隔离开来,同时保持向后兼容性。 该标准通过为错误负载建立一致的响应模式,涵盖了 API 错误处理和开发人员调试工作流。这确保了在报告实现失败时不同 API 客户端和服务器之间的互操作性。
Defines standardized data structures for error response bodies to ensure consistency across API clients.