I am attempting to import the client.js library for the Trello API. This is so that I can use the Trello object and its methods in my code.
The error comes when I run this line:
eval(UrlFetchApp.fetch('http://code.jquery.com/jquery-1.7.1.min.js').getContentText());
Is there anyway to fix this error/import this library? Or, because GAS is a server side, is it impossible?
Is there another way you suggest I go about importing this library?
Thanks.