Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Delphi XERO – Redirect to GitHub and New Features (https://www.delphipraxis.net/198034-delphi-xero-%96-redirect-github-new-features.html)

DP News-Robot 28. Sep 2018 09:30

Delphi XERO – Redirect to GitHub and New Features
 
https://github.com/littleearth/delphiXERO Components TXEROAppDetails Store XERO credentials FXEROAppDetails.Privatekey.Text := 'MIICXgIBAAKBgQ....'; FXEROAppDetails.ConsumerKey := 'A12345'; FXEROAppDetails.ConsumerSecret := 'A54321'; TXEROApiJSON Provide a simple interface for calling the XERO API Get var LXEROAPI: TXEROApiJSON; begin LXEROAPI := TXEROApiJSON.Create(nil); try LXEROAPI.XEROAppDetails := FXEROAppDetails; LJSON := LXEROAPI.Get('Contacts','page=1');...


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:14 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz