package
2.0.0-beta1+incompatible
Repository: https://github.com/buonotti/apisense.git
Documentation: pkg.go.dev
# Functions
Endpoints uses parseDefinition to parse all the definitions found in the definitions/ directory.
ValidateDefinition validates the definition and adds sensible defaults if needed.
# Constants
No description provided by the author
# Structs
Endpoint is the definition of an endpoint to test with all its query parameters, variables and its result schema.
JwtLoginOptions is the definition of optional authentication options for jwt.
QueryDefinition is a query parameter that should be added to the call.
Variable describes a variable that should be interpolated in the base url and the query parameters.
# Type aliases
VariableMap is a map of variables that will be generated from a collection of EndpointParameter and will be used when executing the go template.