软件包:openapi-specification(3.1.1-1)
openapi-specification 的相关链接
Debian 的资源:
下载源码包 openapi-specification:
- [openapi-specification_3.1.1-1.dsc]
- [openapi-specification_3.1.1.orig.tar.gz]
- [openapi-specification_3.1.1-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [www.openapis.org]
相似软件包:
- golang-github-go-openapi-runtime-dev
- golang-github-go-openapi-loads-dev
- golang-github-go-openapi-validate-dev
- golang-github-googleapis-gnostic-dev
- golang-github-go-openapi-analysis-dev
- opencl-1.2-html-doc
- golang-github-go-openapi-errors-dev
- opencl-1.2-man-doc
- python-apispec-doc
- golang-github-go-openapi-strfmt-dev
- r-cran-httptest2
community-driven open specification within the OpenAPI Initiative
The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interface descriptions have done for lower-level programming, the OpenAPI Specification removes guesswork in calling a service.