Skip to content

pensadorsolucoes/OLXAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OlxAPI SDK

This open-source library allows you to integrate OLX into your app. Learn more about the provided samples, documentation, integrating the SDK into your app, accessing source code, and more at, click here

Dependencies

List of dependencies for use sdk

  • PHP >= 5.4
  • Curl
  • Composer
  • Apache

Give Feedback

Please report bugs or issues to click here

Instalation

step by step - not ready

Wiki

To learn more about api olx, all features, functions, read the wiki here.

Return

  array(2){
    'status' => 'ok',
    'body' => array()
    };

Error

  array(4){
    'status' => 'fail',
    'http_code' => http_code,
    'header' => header,
    'body' => json_body
    };

License

OLX SDK is Copyright © 2017 haganicolau.

It is free software, and may be redistributed under the terms specified in the LICENSE.txt

About

This open-source library allows you to integrate OLX into your app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages