ulasoo

 

Getting Started

Page history last edited by Damien Donnelly 6 mos ago

 

The uLasoo API currently allows for automated product submission from external websites via HTTP. To prevent spam, the submissions don't automatically get entered into the uLasoo database and require a CAPTCHA to be entered by the user. However, in the future, trusted sites/ users will get the priveledge of automated submissions.

 

The current implementation allows for a URL to prepopulate the offer submission form, and then the user can verify that they actually want to share this product.

 

Currently, the accepted parameters are;

 

 

Description = 'desc'              (Description is not mandatory)

Expiry date = 'e'                   (in the format dd/mm/yyyy) - Not mandatory and defaults to 3 months

Price = 'p'                            (This is a not mandatory text string)

Retailer = 'r'                         (This is a not mandatory text string)

Title = 't'                              (This is a mandatory text string)

URL = 'u'                              (Mandatory URL)

Image url = 'ti'                      (Not mandatory URL)

Tag one = 't1'                      (This is a mandatory text string)

Tag two = 't2'                      (This is a not mandatory text string)

Tag three = 't3'                    (This is a not mandatory text string)

Tag four = 't4'                      (This is a not mandatory text string)

tag five = 't5'                       (This is a not mandatory text string)

 

 

eg:

http://u.lasoo.com.au/Create?u=http://shoes.com&e=10/10/2010&t=Cheap%20shoes&desc=I%20love%20shoes&ti=http://artist-3d.com/free_3d_models/uploads/running-shoes.jpg&r=Shoe%20Store&p=29.95&t1=cool%20shoes

 

For this to work the user must be logged in, we will be making this easier in the near future.

Comments (0)

You don't have permission to comment on this page.