Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

bitgo problem

by bigup401 (Pilgrim)
on Jan 22, 2022 at 15:59 UTC ( [id://11140716]=perlquestion: print w/replies, xml ) Need Help??

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11140716]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-23 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found