About this blog

Lokad staff posts here tips, news and tutorial either related to Lokad or related to business forecasting in general.

Check our archives for a selection of posts to help your business with insights about forecasting.

Entries in technical (2)

Saturday
Apr172010

Open Lokad accounts with Lokad.TinyAuth, a tiny REST API

From the beginning, one of our core motto has been: simple integration. Hence, the Forecasting API was the first component to be released.

Recently a few partners requested an easier way to let their user gain access on Lokad services from their web apps.

Indeed, our Forecasting API supports uploading data toward Lokad and downloading forecasts from Lokad, but it does not support opening a Lokad account in the first place.

From the viewpoint of the user of a partnering app, it means that he/she had to go to our registration page, manually register, grab the API key, and finally come back to the originating app to finalize the setup of the forecasting module.

Obviously, there was room for improvement: just get rid of the manual registration step altogether.

Hence, Lokad.TinyAuth was born. This is a tiny REST-style API to either open a Lokad account, or to obtain an API key from an existing Lokad account.

This API is loosely inspired from OAuth; but way simpler (and way less expressive too). Basically, the API comes with the following REST command:

http://app.lokad.com/rest/newacount.ashx?partnerkey={key}&email={email}

which returns an API key associated to the newly created account. Partnering apps can now get their users started with Lokad in seconds.

Monday
Mar302009

Forecasting in .NET with the Lokad SDK 2.0

The version 2.0 of our Software Development Kit (SDK) for Microsoft .NET is now available. This SDK helps developers to enhance their .NET applications providing with the forecasting services offered by Lokad.

The first version of the SDK focused on providing a simple and efficient way to communicate with Lokad Forecasting API without worrying about SOAP, web services or networking problems.

Second release builds up on this foundation and starts adding components and samples to build the actual client applications for your customers. These are the highlights of this version:

More details are available at the Lokad SDK page.