in reply to bitgo problem
First, you probably should not post your api key in a public forum.
Second, from the doc for HTTP::Tiny:
headers — A hashref containing headers to include with the request. If the value for a header is an array reference, the header will be output multiple times with each value in the array. These headers over-write any default headers.
Third,
should sort your boolean error.use Types::Serializer; $json = encode_json [Types::Serialiser::true];
Hope this helps!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: bitgo problem
by bigup401 (Pilgrim) on Jan 22, 2022 at 18:47 UTC |