Questions tagged [client-library]

84 questions
25
votes
3 answers

Maven - Include dependent libs in jar without unpacking dependencies?

We're trying to build a client jar that includes unpacked dependent jar's. And the manifest should have class-path entries to the dependent jars. The snippet below works but the jars are unpacked - how can we stop the jars from being unpacked? …
Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
17
votes
5 answers

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 our client jar file? Or do you just document the…
Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
16
votes
3 answers

How to use PHP client for Google Custom Search Engine

I'm feeling like this is an idiotic mistake on my part, but I can't figure out how to use the google-api-php-client to do a simple search. My goal is to run simple keyword queries against a google search engine for my site. I've created my api key,…
doub1ejack
  • 10,627
  • 20
  • 66
  • 125
13
votes
3 answers

Is there a good php git client with http support?

For a project I am working on, we want to use git as a revision tracker for certain data we modify often. We are using php for the web frontend and we need a goo php git client to use. I have come across a handful on the internet and they all tend…
Radmilla Mustafa
  • 311
  • 1
  • 2
  • 11
7
votes
0 answers

How to call the Google Play Void Purchases API from PHP?

I am trying to implement a call to the Google Play Voided Purchases API from our PHP server. I understand that I should call GET…
7
votes
1 answer

upload to google cloud store using json api from javascript

I am trying to use gapi to upload an image to google cloud storage.The current code I have is