URon Developer Portal
Overview
Welcome to the URon Developer Portal. Here you will be able to register as a URon developer, create URon application entries, in order to enable URon functionality within your applications, and access our iOS SDK and Web API resources to assist you with integration.
If you are interested in developing applications that make use of the URon system, there are currently 2 primary ways of doing so. If you are an iOS developer, you can import the iOS URon SDK into your project and make use of the objective-c API's that it exposes, making integration extremely simple.
If you are developer for other platforms, such as Android, Blackbery, Facebook, you name it, you can use our Web API which is a rest-style API that uses JSON for serializing objects like bets, users etc. The iOS SDK is essentially a wrapper for the Web API that provides some convenience features, but you can get the full power of URon in your application by directly using the Web API.
Integration Method 1 - iOS SDK
The URon SDK allows you to use the URon system from within your own applications or to write applications that make use of the URon system in creative new ways.
In order to use the URon Developer SDK, you must sign up to our developer program. You will need to sign up in order to receive your developer API key. Without the API key, you will not be able to use the SDK.
Download the current URon SDK (1.0) for iOS.
Take a look at our iOS sample application which uses the iOS SDK for more detailed insight into how this all works and how easy it is to use the URon SDK within your own creations.
Integration Method 2 - Web API
Developers who wish to develop URon applications for platforms other than iOS (that we currently provide an SDK for) can still participate in the URon developer program and create applications that make use of the URon system by using an HTTP based web API. The URon Web API is a rest-style API that uses JSON for serializing objects that are passed back and forth between client and URon server.
Check out the Web API documentation so that you can get started creating your own URon enabled applications.
URon Architecture
For a brief overview of some of the technical details of how URon works take a look at the URon General Documentation