Podio API csv query function depreciated - podio

Hi folks I just want to ask if the query call below for PODIO API is already or if it will be depreciated soon? I'm asking because I'm using it on 3rd party Dashboarding toool
https://api.podio.com/item/app//csv
I cannot see any documentation for it other than for xlsx.

If you are asking about item export (https://developers.podio.com/doc/items/export-items-4235696) then only supported formats are xls and xlsx.

Related

Extracting subscription data from ChargeBee to google spreadsheet

How to use API to get subscription data (Customer name; value of subscription; payment status;) into a google spreadsheet from Chargebee?
I am aware of ChargeBee Subscription API documentation,
(https://apidocs.chargebee.com/docs/api/subscriptions?prod_cat_ver=1#retrieve_a_subscription)
Still, not sure how to use them and fetch data into a google spreadsheet.
First time working on an API, very little clue on how to get it done.
Assuming in a real world scenario you have to fetch huge list of subscription data, instead of exporting data from Chargebee via API. The correct and easiest approach will be to export via Export/Import GUI available in Web Console. The export file will be in CSV/Excel Sheet format which you can upload to the Google Spreadsheet.

import data into QuickBooks Online using QuickBooks API and VB.NET

Normally, data is imported to QuickBooks with Excel or csv file through the Import Data process. We are looking for a way to import Customer, Vendor and Accounting data into QuickBooks Online using existing DLLs in QuickBooks API, with VB.NET.
So my questions are:
Do such DLLs that enable the import of this data exist in the QuickBooks API? If so, where are they located? And does any reference documentation for importing data with VB.NET exist? Since I personally do not have access to QuickBooks (our client does), I would have to use the QuickBooks Sandbox for development, correct? As you may have noticed, this QuickBooks API is new to me.
My searches for information about importing data into QuickBooks has generally returned information about the usual Import Data process with data in Excel spreadsheets. I have looked through QuickBooks API and SDK documentation, but could not find VB.NET methods or programs for importing data. Stack Overflow shows questions regarding Python, PHP, C# and Java for importing data, but I really need to see examples or at least instructions for programming the QuickBooks API with VB.NET.
Everything you asked for is documented on Intuit's website.
.NET API - https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_accounting/0010.net_tools#/716
Sample code - https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_accounting/0010.net_tools/0004_sample_code_and_sample_apps#/1409
Class library documentation - https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_accounting/0010.net_tools/0060_class_library_reference#/1416
And the highly recommended API overview:
https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000000_quickbooks_online_overview#/1371
To answer your specific questions:
Do such DLLs that enable the import of this data exist in the QuickBooks API? If so, where are they located?
There is a .NET library, yes. Look at the links above, or Google for "quickbooks online .net api".
And does any reference documentation for importing data with VB.NET exist?
Yes. Lots of it.
Object reference: https://developer.intuit.com/docs/api/accounting?isExpand=false
Dev guides: https://developer.intuit.com/docs/0100_quickbooks_online/0200_dev_guides/accounting?isExpand=false#/1011
I would have to use the QuickBooks Sandbox for development, correct?
Yes, a developer sandbox account is the correct place to do development.
but could not find VB.NET methods or programs for importing data.
Lots of .NET sample code here:
https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0011_sample_apps_and_code?isExpand=false#/1473
And here:
https://github.com/IntuitDeveloper/oauth-dotnet
https://github.com/IntuitDeveloper/QuickbooksV3API-DotNet-Mvc3-Sample
https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_accounting/0010.net_tools/0004_sample_code_and_sample_apps#/1409

API to Twitter Analytics

I am currently exporting CSV files from Twitter Analytics for Impressions, Engagement and Cost purposes for a dashboarding and analysis tool.
Does Twitter have an API for that? Do they provide it for high paying clients only? I was told that some companies are able to download the insights automatically.
Thank you!
They currently don't offer a public API for that (frustrating), but I wrote a Python script that logs in and downloads the CSV programmatically: https://github.com/ashleycoxley/twitter-analytics-export
A bit late to the party. There is a hackish python package that does the work.
$ pip install twitter-analytics
More here: https://github.com/philippe2803/twitter-analytics-wrapper
Disclaimer: I'm the author.
Twitter doesn't offer a public API for that, but there are paid services that have free trials if this isn't a regular task. Crowdbabble creates data visualizations using the Twitter API and can export to CSV, PDF, or PNG (or scheduled reports that go to your email automatically). They download the insights via the API.

Is there to read the data from google spreadsheet link in IOS?

i am currently work on an IOS project which is required to read data from Spreadsheet in google drive. I have done some research and i found Google APIs client library for Objective C. However, i still have problem of retrieving data from spreadsheet. i find only the sample code that can read the file in drive from the drive that user login. But what i actually want in this project is using Google Drive as the Database. In short i want to retrieve data from the url like this https://docs.google.com/spreadsheet/ccc?key=0AoYC7S60-ywcdHVZYzh4ZlZ1Y3J5R2ZGbnBqY09jdkE&usp=sharing.
So is there a solution for this kind of problem? and if there a good site that provide a good tutorial to this kindda problem?
Google apps script is probably a simpler option. You can set it up as a web app, and read/write to the spreadsheet via the webapp. The google-spreadsheet-api is hard to use as there is little good documentation.
Refer, Google's Sample Code it can help you. You can also use GData Objective C Client to use it.

Is there any quick and easy way to upload a Google Doc from SAP?

We're creating a custom table in SAP comprising all of the information we need and the customer needs the report from this table uploaded to Google Docs. We do not use Business By Design. Is there any other quicka nd easy way to upload our report?
I don't know much about SAP but the Documents List API has methods to programmatically upload a document to Google Docs: https://developers.google.com/google-apps/documents-list/.
For instance, if you can export the SAP table as a csv file, that can be automatically converted into a Google Spreadsheet during the upload process.
You could also go with a no-programming required solution and install the Google Drive app on a machine with access to the files for automatic sync up to Google Drive:
http://support.google.com/drive/bin/answer.py?hl=en&answer=2374989
suggest you take a look at the SAP Developer Network (SDN) / SAP Community Network (SCN) where there is a project called ABAP2GAPPS that has done this.
Note the ABAP2GAPPS example is a bit difficult to figure out (but you can learn a lot from it), and it also uses the OAuth2 'authorization code flow" OAuth2.0 flow/pattern, which requires an end-user 'consent' in an browser pop-up...so if you want to push up a file from ABAP automatically from a background job without end-user interaction then ABAP2GAPPS is not the full answer (but again, ABAP2GAPPS is a great example, suggest you look at it.)
We recently were able to achieve an interface from SAP ABAP to the Google Fusion Table API using OAuth2, with only about a 100 lines of ABAP...and the techniques we employed could be used on any of the Google API's...here's a link to the video:
Link to YouTube video interface ABAP to Google API
hope you find this helpful