Pakket: openapi-specification (3.1.1-1)
Verwijzigingen voor openapi-specification
Debian bronnen:
Het bronpakket openapi-specification downloaden:
- [openapi-specification_3.1.1-1.dsc]
- [openapi-specification_3.1.1.orig.tar.gz]
- [openapi-specification_3.1.1-1.debian.tar.xz]
Beheerder:
Externe bronnen:
- Homepage [www.openapis.org]
Vergelijkbare pakketten:
- 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.