Fungenerators Barcode
Connector for the fungenerators-barcode API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.fungenerators.com - Auth:
header:X-Fungenerators-Api-Secret(pass your key via theapiKeyinput)
Operations
get_barcode_decode_types— GET /barcode/decode/types — Get the supported barcode types for the decoding process.get_barcode_encode— GET /barcode/encode — Get a Bar Code image for the given barcode numberget_barcode_encode_types— GET /barcode/encode/types — Get the supported barcode types for encoding / image generation.post_barcode_decode— POST /barcode/decode — Decode a Barcode image and return the cotents if successful
Inputs
apiKey— your fungenerators-barcode API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_barcode_decode_types
apiKey: <your key>