Files
receipt-wrangler-api/internal/docs/docs.go
2023-07-10 08:51:54 -04:00

29 lines
513 B
Go

// Package classification Receipt Wrangler API.
//
// Terms Of Service:
//
// there are no TOS at this moment, use at your own risk we take no responsibility
//
// Schemes: https
// BasePath: /api
// Version: 0.0.1
// License: GPLV3 https://www.gnu.org/licenses/gpl-3.0.en.html
//
// Consumes:
// - application/json
//
// Produces:
// - application/json
//
// Security:
// - api_key:
//
// SecurityDefinitions:
// api_key:
// type: string
// name: jwt
// in: header
//
// swagger:meta
package docs