Reports API Client Library for Java - google-api

I would like to work in Java with this Google Apps Admin SDK.
There is no samples (https://developers.google.com/admin-sdk/reports/v1/libraries, link not working), download library is not working, found: https://developers.google.com/resources/api-libraries/download/stable/apps/reporting/reports/v1/java, from https://developers.google.com/admin-sdk/reports/v1/api-lib/java
Is only available using, building, treating JSON?
Thanks

The link on the documentation page is not working, but the team is aware of it and working on fixing the links. In the mean time you can find the download URLs here:
For reports API:
https://developers.google.com/resources/api-libraries/download/admin/reports_v1/java
For directory API:
https://developers.google.com/resources/api-libraries/download/admin/directory_v1/java

Related

Is it possible to incorporate QuickBooks PHP DevKit into CodeIgniter

Specifically speaking, is it possible to use Consolibyte's Quickbooks PHP DevKit into an app using the CodeIgniter framework? If so, where would I place it in my directory structure, and how would I access it? I'm just doing some preliminary research into whether or not this could be used to integrate my app with Quickbooks Online.
Thanks for any input!
is it possible to use Consolibyte's Quickbooks PHP DevKit into an app using the CodeIgniter framework?
Yes, of course!
If so, where would I place it in my directory structure, and how would I access it?
Entirely up to you. Usually people put it in a library/quickbooks/ directory or something. Then, just use require_once 'path/to/library/quickbooks/QuickBooks.php'; like you would with any other PHP script.
I'm just doing some preliminary research into whether or not this could be used to integrate my app with Quickbooks Online.
It can be used for that.
You'll need a controller that kicks off the OAuth process. So basically you'll use the code from here:
https://github.com/consolibyte/quickbooks-php/blob/master/docs/partner_platform/example_app_ipp_v3/index.php#L134
To show the connect button, and then put this code into a controller to kick off OAuth:
https://github.com/consolibyte/quickbooks-php/blob/master/docs/partner_platform/example_app_ipp_v3/oauth.php
From there, you can use the other example code snippets to exchange data with QuickBooks.
If you have trouble, post your code so we can see what you're doing (feel free to use our support forums if you need more detailed help/discussion: http://www.consolibyte.com/forum/)

Is there any example in Couchbase PhoneGap with REST API

There are some examples that were developed with Couchbase Lite PhoneGap plugin but there is no example with REST API and PhoneGap plugin.
Can we use REST APIs with PhoneGap plugin in Couchbase?
Curious what is your use case in using REST APIs with the PhoneGap plugin for Couchbase Mobile?
What are you trying to do and best to post your questions on the Couchbase Mobile Forum
I had the same question. I could not find anything so I wrote a TypeScript API for the REST API. Keep reading for a JS version. You can take a look here cordova-plugin-couchbase-lite or on npm
There is an example project embedded in the test folder to see how it integrates.
Both are written in Typescript, so the source would need to be compiled to use in a JS project. The test app is configured to generate the JS for you if need be.

SonarQube WebApi Access File Source Code

It looks like the sonar web api changed in the last days. At least one of my projects using the api isn't working anymore.
I specifically need to access the source code of components / files.
According to the online doc (http://docs.codehaus.org/pages/viewpage.action?pageId=229743288) this should be possible with a call like 'http://nemo.sonarqube.org/api/sources?resource=org.codehaus.sonar:sonar-plugin-api:org.sonar.api.measures.CoreMetrics' what isn't working anymore.
Can anybody tell me how to access the source code of a file via the current sonar web api? Help would be very appreciated.
Thanks and best regards,
Robert
The API hasn't changed. But the key of components has changed in SonarQube 4.2. I updated the example on http://docs.codehaus.org/pages/viewpage.action?pageId=229743288

ASP.NET Web-API Help-API Generator?

I am wondering if anyone can point me to which Web-Api Help Generator I should use.
I found this post but it is already a year old and seems to be outdated.
I think ApiExplorer is now Web API Help.
The post also talks about Swagger which from some demos looks a lot nicer and seems like you can do like post requests and such but I am unsure if it still in development as it's been like a year since the last update.
Anyone have any experience with either of them?
The "Web API Help Page" package (Microsoft.AspNet.WebApi.HelpPage) is built on top of ApiExplorer.
Web API Help Page generates documentation pages and adds them to your project.
ApiExplorer gives you a lower-level API that just gives you the API descriptions, which you can use to create documentation.
See: http://www.asp.net/web-api/overview/creating-web-apis/creating-api-help-pages
I haven't used Swagger. From the readme, it's also built on top of ApiExplorer.

getting google plus profile information to be shown for every user logging into my site

can this be done anyhow ? I want to show every user , his google profile info ,or at least , create a profile widget for him on his home page .
Also , is it be possible to get the number of profiles with the highest followers in google plus , periodically,so that I can showcase that in my website ?
Google doesn't have an official API for the Google Plus product yet. You can sign up for a list to get the info as soon as it's available here:
https://services.google.com/fb/forms/plusdevelopers/
There are several "unofficial" api libraries you can try to use, but they're not likely to work very well as google plus is in beta, and is likely to keep changing without supporting unofficial libraries
This answer is for the top users part of the question.
There are several unofficial projects are existing that can get information out of google+
Dotnet.GooglePlus is my own that is written in .NET, but there are java and PHP implementations as well.
The other option is to try scrape a site like http://socialstatistics.com/ for top users.

Resources