Main Page
From ePrize Developers Wiki
m (→Mobile SDK - Adding v2.0 note on push notifications.) |
|||
Line 4: | Line 4: | ||
<ul> | <ul> | ||
<li>[[API Home Page|Visit the HelloWorld Web Services API Page »]]</li> | <li>[[API Home Page|Visit the HelloWorld Web Services API Page »]]</li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | == [[Loyalty Web Services]] == | ||
+ | The HelloWorld Loyalty Web Services are designed to be a method on how to interact with the Human Loyalty platform that your organization is running with HelloWorld, Inc. It contains a variety of interactions related to membership interactions, catalog and reward requests. | ||
+ | |||
+ | <ul> | ||
+ | <li>[[Loyalty Web Services|Visit the HelloWorld Loyalty Web Services Page »]]</li> | ||
</ul> | </ul> | ||
Revision as of 00:57, 29 June 2016
HelloWorld Web Services API
HelloWorld Web Services API uses a REST architecture for communication between your client and the HelloWorld servers. This is the same architecture used by the web, so you can explore the API with a web browser.
Loyalty Web Services
The HelloWorld Loyalty Web Services are designed to be a method on how to interact with the Human Loyalty platform that your organization is running with HelloWorld, Inc. It contains a variety of interactions related to membership interactions, catalog and reward requests.
Mobile SDK
The HelloWorld Mobile SDK is designed to be an easy and practical way to retrieve a list of active promotions your organization is running with HelloWorld, Inc. Once you retrieve a list of active promotions, you can use the SDK to launch a given promotion using an instance of the SDK's built-in web view controller, where the specified promotion will be loaded into a customizable web view and presented to the user - all while remaining in your mobile application.
Additionally, version 2.0 of the SDK introduces support for our new Push Notification Service, allowing you the ability to subscribe users to receive push notifications, and allows for the ability for users to fine-tune which types of notifications they will receive via the SDK's built-in push preferences view controller.