go-openapi/loads
GitHub: go-openapi/loads
Stars: 52 | Forks: 30
Supports JSON and YAML documents.
## Announcements
Or join our Slack channel: [![slack-badge]][slack-url]
## Status
API is stable.
## Import this library in your project
## Basic usage
import (
"github.com/go-openapi/loads"
)
...
// loads a YAML spec from a http file
doc, err := loads.Spec(ts.URL)
...
// retrieves the object model for the API specification
spec := doc.Spec()
...
## Change log
## Licensing
This library ships under the [SPDX-License-Identifier: Apache-2.0](./LICENSE).
## Other documentation
## Cutting a new release
Maintainers can cut a new release by either:
标签:EVTX分析