Hi all
Problem is that i cant get authorization token to work.
So how you define your token when using this generated client, can anyone help me on this?
help says about authorization:
------------8<----------
Authentication methods
- Api-key - add 'Authorization:<api-key>' after <operation>
------------8<----------
and usage is:
------------8<----------
client.sh [-h|--help] [-V|--version] [--about] [<curl-options>]
[-ac|--accept <mime-type>] [-ct,--content-type <mime-type>]
[--host <url>] [--dry-run] [-nc|--no-colors] <operation> [-h|--help]
[<headers>] [<parameters>] [<body-parameters>]
------------8<----------
So when i have tried for example: ./client.sh --host
https://mynetbox.url.com ipamVlanGroupsList 'Authorization: Token MYTOKEN'
All i get as result: {"detail":"Authentication credentials were not provided."}
Please help.