Code Samples
Several code samples are available to help you jump-start coding applications that utilize the eBillingHub Data Service to access and download reporting data.
Tools
Miscellaneous tools for the eBillingHub Data Service:
jQuery AJAX client-side SDK
This sample illustrates calling an eBillingHub Data Services API from a web page using only client-side code. It includes the following components:
- An SDK written in jQuery/AJAX that includes JavaScript objects for encapsulating all interactions with the eBillingHub Data Services API.
- A sample web page that uses the SDK.
View the jQuery/AJAX client SDK samples
.NET SDK
This sample illustrates calling an eBillingHub Data Services API from an ASP.NET web page or a .NET program. It includes the following components:
- A C# SDK for calling an eBillingHub Data Services API
- A web site with ASP.NET web pages, which use the DLL for the SDK to call the API from a server-side event.