Create a Power BI custom connector for Xero API - connector

I am trying to create a Power BI custom connector using M Language in Visual Studio, I am stuck at how to connect to Xero cloud server and perform OAuth authentication with it, anyone can show me the sample codes would be great.
Thanks in advance.

Related

How to connect the quickbook pos with the asp.net using SDK

I have to connect the quickbooks pos with the asp.net web apps.
And also how to connect the quick book pos with the .net using the sdk.
I have to use the quickbooks api with web apps.
You can use Official QuickBooks POS SDK for integration.
here is basic information https://developer.intuit.com/app/developer/qbdesktop/docs/get-started/get-started-with-the-quickbooks-pos-sdk
Alternatively you can export the End of the Day Summary in CSV / EXCEL file and then import them via windows service to your asp.net web server.
Kindly share if you are facing any specific error in connecting with quickbooks POS. happy to help.!

Microsoft dynamics AX - how to create legal entity using rest api

I am using the AX 2012 R2 version.
I have read some forums and blogs related to Microsoft Dynamics AX, I haven't found any help, but I know someone maybe has already done it.
So I am trying to figure out how to create a legal entity in Microsoft Dynamics AX(2012 R2) using REST API. Are there any REST APIs available that can allow me to put my data into AX to create a legal entity?
Why do I want to do this?
As we are building a CRM tool where a user can set up his details using forms and that will be submitted to our system. Our system will trigger the API that can create all the necessary things that we need to do in AX manually. In short, I am trying to automate the AX process from our system.
Any help will be appreciated!
Thanks.
You can automate any manual process in AX and then expose it as a SOAP-based custom service. To call the service from the Internet, you would have to publish it through IIS.
If you needed a JSON-based service, you could create a Logic App with the "When HTTP request is received" trigger and use your exposed AX service from there via HTTP action.

Microsoft workdflow custom connector

I am trying to develop a simple customer connector for my website on microsoft flow and so far I can't see how to use a web API that is hosted on my website every article tutorial I am coming by require APIs to be hosted on Azure, also an Azure account is a prerequisite .. is it true Only azure APIs to be used for custom connectors ?
Azure is not a prerequisite for Custom Connector. I agree that most of the tutorials talk about connecting Azure hosted apps.
Microsoft flow currently supports creating custom connector with Swagger API output or postman exported data. I created a Postman collection with the API and gave the exported data as input to Microsoft flow for creating the connector.
Detailed Tutorial is available here
https://flow.microsoft.com/en-us/documentation/postman-collection/
I have the same issue, I have configured a custom connector for testing to go against this test / mock API
POST -> https://jsonplaceholder.typicode.com/posts
In the connector test it keep on hitting this URL:
https://msmanaged-na.azure-apim.net/apim/zoom.2dtest.2d002.5f43ed1d930148619c.5f4fd64f4beaca2b60/51136e9557bf4e128e0d7552ff624ebd/posts
I have never configure it to go there. No document explains how or why this would happen.

AdSense Management API for Reporting through R

I have been searching the internet for ways to access the AdSense API via R and have not been able to find documentation. It uses REST with OAuth 2.0.
I am looking to use the API for reporting.
There's a client library to access the Prediction API with R. Prediction and the AdSense Management API are both REST and use Oauth2 so it should be easy to modify the code at:
https://code.google.com/p/google-prediction-api-r-client/

Integrate Office 365 to Window Azure Application?

its might be stupid question to ask here..but Our requirement is window azure application configure to the Office 365. And Fetch Custom List data which is create In Office 365 web application to store in SQL-AZURE SERVER.
m new comer in Window Azure. So I need some help that how to configure its?? Give me Some Direction..plz
I think the best choice would be using the SharePoint CSOM to pull data from the O365 and store them into SQL Azure Wictor Wilen did a great post on his blog how to do authentication for O365 from within Azure.
There are many ways how to integrate Windows Azure and O365. I think you have to review such an architectural dicision for each requirement you're face with.
There is a great training course on SharePoint and Azure development. It's not explicitly O365 but hey, it's SharePoint at all :D
Thorsten

Resources