Skip to content

pensadorsolucoes/mercadolivreAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MercadoLivreAPI SDK

This open-source library allows you to integrate Mercado Livre 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 mercadoLivreApi, 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

Mercado Livre SDK is Copyright © 2017 haganicolau.

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

Releases

No releases published

Packages

No packages published

Languages