mirror of
https://github.com/Receipt-Wrangler/receipt-wrangler-api.git
synced 2026-01-12 22:20:08 -06:00
29 lines
513 B
Go
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
|