Tagged Questions
The client-library tag has no wiki summary.
4
votes
1answer
81 views
Interfacing LIRC with Haskell
I've been using pyLirc while prototyping a small application in Python. For performance reasons (among others) I'm moving to Haskell, but can't find any modules providing similar functionality. Should ...
3
votes
2answers
8k views
Maven - Include dependent libs in jar without unpacking dependencies?
We're trying to build a client jar that includes unpacked depenedent jar's. And the manifest should have class-path entries to the dependent jars. The snippet below works but the jars are unpacked - ...
3
votes
5answers
370 views
Should you provide dependent libraries in client jar?
We're providing a client jar for other internal apps to connect to our app's REST API. Our API depends on a few standard Jakarta libraries. Is it a best practice to include those JAR files within ...
0
votes
1answer
38 views
Actionscript Google Adwords Client Library
I have been searching for a Client Library for the Google Adwords (mainly for the Keyword Tool section) but to no avail. Does anyone know if this is even possible? I have seen all of the other client ...
0
votes
1answer
107 views
How to use BulkMutateJob Service to create more than 800 Text Ads
I am just checking into the Adwords API. My target is to create and manage 750 - 800 text ads with some keyword corresponding to the product by fetching data from my database. I use PHP Client ...
0
votes
1answer
243 views
Google Adword PHP client library couldn't connect to host
Im working on connecting my website to connect to Google Adwords to create ads and campains depending up on the products in my site. I tried connecting by sending direct curl request and parse the ...
0
votes
1answer
2k views
SWF is null Facebook Graph API and Actionscript 3 Library
I am getting a 'swf is null' in the Firebug console when calling Facebook.login(handleLogin, {perms:"user_photos, publish_stream"}) using the Facebook Adobe Actionscript 3 1.5 Graph API. Not sure what ...
0
votes
2answers
153 views
How to control logging level in client library?
We'd like clients to be able to control logging levels in our client JAR. What is the best way to do this?
Currently we just have a handful of log statements that write to System.out. I realize ...