humbleCoder has asked for the wisdom of the Perl Monks concerning the following question:
I am writing a script and I am trying to write a file from a url that is in the form of a .json. I need to basically get the file from a url to my home directory on a linux server. I am getting this json from WWW.trello.com. I am trying to get the whole board to export as a .json. The site uses RESTful api and I don't know how to get the file from a url, then write the information it displays to a file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: API Calls with RESTful & Trello
by roboticus (Chancellor) on Jul 20, 2014 at 23:03 UTC | |
by humbleCoder (Initiate) on Jul 20, 2014 at 23:19 UTC | |
|
Re: API Calls with RESTful & Trello
by Your Mother (Archbishop) on Jul 21, 2014 at 03:52 UTC |