bigup401 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: bitgo problem
by 1nickt (Canon) on Jan 22, 2022 at 16:39 UTC

    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,

    use Types::Serializer; $json = encode_json [Types::Serialiser::true];
    should sort your boolean error.

    Hope this helps!


    The way forward always starts with a minimal test.

      i would say i have parsed this api and other endpoints are working, but just only this section has given me hard time. only solved boolean error.

      but still getting that error for keys

      i pray someone to look into that api section links i posted

Re: bitgo problem
by tangent (Parson) on Jan 23, 2022 at 01:55 UTC
    ignore this