Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: bitgo problem

by 1nickt (Canon)
on Jan 22, 2022 at 16:39 UTC ( [id://11140718]=note: print w/replies, xml ) Need Help??


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,

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.

Replies are listed 'Best First'.
Re^2: bitgo problem
by bigup401 (Pilgrim) on Jan 22, 2022 at 18:47 UTC

    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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-03-29 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found