github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/pkg/api/server/docs.go (about) 1 // Package api Provides a container compatible interface. (Experimental) 2 // 3 // This documentation describes the HTTP Libpod interface. It is to be considered 4 // only as experimental as this point. The endpoints, parameters, inputs, and 5 // return values can all change. 6 // 7 // Terms Of Service: 8 // 9 // Schemes: http, https 10 // Host: podman.io 11 // BasePath: / 12 // Version: 0.0.1 13 // License: Apache-2.0 https://opensource.org/licenses/Apache-2.0 14 // Contact: Podman <podman@lists.podman.io> https://podman.io/community/ 15 // 16 // InfoExtensions: 17 // x-logo: 18 // - url: https://raw.githubusercontent.com/containers/libpod/master/logo/podman-logo.png 19 // - altText: "Podman logo" 20 // 21 // Produces: 22 // - application/json 23 // - text/plain 24 // - text/html 25 // 26 // Consumes: 27 // - application/json 28 // - application/x-tar 29 // swagger:meta 30 package server