in reply to API Calls with RESTful & Trello

humbleCoder:

If you're on a *nix box, you could use a tool like curl or wget if you're just doing a one-off. If you want to write some perl code, or are planning on doing something with the data in perl after fetching it, you might want to use LWP::UserAgent to get the URL, then write the data to a file.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^2: API Calls with RESTful & Trello
by humbleCoder (Initiate) on Jul 20, 2014 at 23:19 UTC
    I have tried wget and curl but the issue I run into is that the website requires credentials to veiw the url.