action fungenerators_get_barcode_encode_types { label: "get_barcode_encode_types" description: "Get the supported barcode types for encoding / image generation." provider: fungenerators method: GET path: "/barcode/encode/types" encoding: json output: { type: "object" additionalProperties: true } }