SlideShare a Scribd company logo
1 of 63
Download to read offline
MercadoLivre Developers Conference
Princípios básicos e oAuth 2.0
Wesley Nascimento
API Overview & oAuth
AGENDA
➔ RESTful
➔ Conceitos básicos
➔ Notificações
➔ Testes
➔ oAuth 2.0
MercadoLivre Developers Conference
AGENDA
➔ RESTful
➔ Conceitos básicos
➔ Notificações
➔ Testes
➔ oAuth 2.0
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
RESTful - API
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
RESTful - HTTPS
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
RESTful - Request
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
RESTful - JSON
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
RESTful - JSON
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
RESTful - Recursos
➔ /items
➔ /pictures
➔ /users
➔ /orders
➔ /questions
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
AGENDA
➔ RESTful
➔ Conceitos básicos
➔ Notificações
➔ Testes
➔ oAuth 2.0
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
Conceitos - Recursos públicos e privados
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /users/66727166
Conceitos - Recursos públicos e privados
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /users/66727166
Conceitos - Recursos públicos e privados
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /users/66727166
Conceitos - Recursos públicos e privados
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /users/66727166
Conceitos - Recursos públicos e privados
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /users/66727166?access_token=ACCESS_TOKEN
Conceitos - Recursos públicos e privados
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /users/66727166?access_token=ACCESS_TOKEN
Conceitos - Recursos públicos e privados
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
Conceitos - Busca
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /items/MLB498248170
Conceitos - Busca
~ 2 Kb
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /items/MLB498248170?attributes=title,price,pictures
Conceitos - Busca
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /items/MLB498248170?attributes=title,price,pictures
Conceitos - Busca
~ 340 B
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
- 84%
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET /items?ids=MLB438904539,MLB438904540,
MLB43890454
Conceitos - Busca
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
4x mais rápido
10x mais curto
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
AGENDA
➔ RESTful
➔ Conceitos básicos
➔ Notificações
➔ Testes
➔ oAuth 2.0
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
Notificações
➔ Itens
➔ Perguntas
➔ Vendas
➔ Pagamentos
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
AGENDA
➔ RESTful
➔ Conceitos básicos
➔ Notificações
➔ Testes
➔ oAuth 2.0
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
POST /users/test_user?access_token=ACCESS_TOKEN
Conceitos - Test User
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
POST /users/test_user?access_token=ACCESS_TOKEN
Conceitos - Test User
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
POST /users/test_user?access_token=ACCESS_TOKEN
Conceitos - Test User
{
"site_id":"MLB"
}
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
POST /users/test_user?access_token=ACCESS_TOKEN
Conceitos - Test User
{
"site_id":"MLB"
}
RESPONSE:
{
"id":120506781,
"nickname":"TEST0548",
"password":"qatest328",
"site_status":"active"
}
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
AGENDA
➔ RESTful
➔ Conceitos básicos
➔ Notificações
➔ Testes
➔ oAuth 2.0
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
Client Side
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
Server Side
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET
POST
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
GET
POST
ACCESS_TOKEN
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
SDK's
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuth
➔ developers.mercadolivre.com
➔ @melidevelopers
➔ github.com/mercadolibre
➔ #meli@irc.freenode.net
API Overview & oAuth
MercadoLivre Developers Conference
API Overview & oAuthAPI Overview & oAuth
MercadoLivre Developers Conference
Perguntas?
Wesley Nascimento
@wesley_cintra

More Related Content

What's hot

API Products: The Role of an API Product Manager
API Products: The Role of an API Product ManagerAPI Products: The Role of an API Product Manager
API Products: The Role of an API Product ManagerWSO2
 
apidays LIVE Australia - API Design in Fintech: Challenges and Opportunities ...
apidays LIVE Australia - API Design in Fintech: Challenges and Opportunities ...apidays LIVE Australia - API Design in Fintech: Challenges and Opportunities ...
apidays LIVE Australia - API Design in Fintech: Challenges and Opportunities ...apidays
 
How WSO2 API Manager Supports the Ministry of Hajj and Umrah
How WSO2 API Manager Supports the Ministry of Hajj and UmrahHow WSO2 API Manager Supports the Ministry of Hajj and Umrah
How WSO2 API Manager Supports the Ministry of Hajj and UmrahWSO2
 
API Management Within a Microservices Architecture
API Management Within a Microservices Architecture API Management Within a Microservices Architecture
API Management Within a Microservices Architecture Nadeesha Gamage
 
Building an API Centric SOA
Building an API Centric SOA Building an API Centric SOA
Building an API Centric SOA WSO2
 
[WSO2 Summit EMEA 2020] Moving to a Value Chain from a Supply Chain
[WSO2 Summit EMEA 2020] Moving to a Value Chain from a Supply Chain[WSO2 Summit EMEA 2020] Moving to a Value Chain from a Supply Chain
[WSO2 Summit EMEA 2020] Moving to a Value Chain from a Supply ChainWSO2
 
APIs diluindo fronteiras workshop 2016
APIs diluindo fronteiras   workshop 2016APIs diluindo fronteiras   workshop 2016
APIs diluindo fronteiras workshop 2016José Vahl
 
API Management for GraphQL
API Management for GraphQLAPI Management for GraphQL
API Management for GraphQLWSO2
 
Top 7 wrong common beliefs about Enterprise API implementation
Top 7 wrong common beliefs about Enterprise API implementationTop 7 wrong common beliefs about Enterprise API implementation
Top 7 wrong common beliefs about Enterprise API implementationOCTO Technology
 
Best Practices for Productizing APIs with API Management and Automated Testing
Best Practices for Productizing APIs with API Management and Automated TestingBest Practices for Productizing APIs with API Management and Automated Testing
Best Practices for Productizing APIs with API Management and Automated TestingWSO2
 
API Driven Applications - An ecosystem architecture
API Driven Applications - An ecosystem architectureAPI Driven Applications - An ecosystem architecture
API Driven Applications - An ecosystem architectureWSO2
 

What's hot (11)

API Products: The Role of an API Product Manager
API Products: The Role of an API Product ManagerAPI Products: The Role of an API Product Manager
API Products: The Role of an API Product Manager
 
apidays LIVE Australia - API Design in Fintech: Challenges and Opportunities ...
apidays LIVE Australia - API Design in Fintech: Challenges and Opportunities ...apidays LIVE Australia - API Design in Fintech: Challenges and Opportunities ...
apidays LIVE Australia - API Design in Fintech: Challenges and Opportunities ...
 
How WSO2 API Manager Supports the Ministry of Hajj and Umrah
How WSO2 API Manager Supports the Ministry of Hajj and UmrahHow WSO2 API Manager Supports the Ministry of Hajj and Umrah
How WSO2 API Manager Supports the Ministry of Hajj and Umrah
 
API Management Within a Microservices Architecture
API Management Within a Microservices Architecture API Management Within a Microservices Architecture
API Management Within a Microservices Architecture
 
Building an API Centric SOA
Building an API Centric SOA Building an API Centric SOA
Building an API Centric SOA
 
[WSO2 Summit EMEA 2020] Moving to a Value Chain from a Supply Chain
[WSO2 Summit EMEA 2020] Moving to a Value Chain from a Supply Chain[WSO2 Summit EMEA 2020] Moving to a Value Chain from a Supply Chain
[WSO2 Summit EMEA 2020] Moving to a Value Chain from a Supply Chain
 
APIs diluindo fronteiras workshop 2016
APIs diluindo fronteiras   workshop 2016APIs diluindo fronteiras   workshop 2016
APIs diluindo fronteiras workshop 2016
 
API Management for GraphQL
API Management for GraphQLAPI Management for GraphQL
API Management for GraphQL
 
Top 7 wrong common beliefs about Enterprise API implementation
Top 7 wrong common beliefs about Enterprise API implementationTop 7 wrong common beliefs about Enterprise API implementation
Top 7 wrong common beliefs about Enterprise API implementation
 
Best Practices for Productizing APIs with API Management and Automated Testing
Best Practices for Productizing APIs with API Management and Automated TestingBest Practices for Productizing APIs with API Management and Automated Testing
Best Practices for Productizing APIs with API Management and Automated Testing
 
API Driven Applications - An ecosystem architecture
API Driven Applications - An ecosystem architectureAPI Driven Applications - An ecosystem architecture
API Driven Applications - An ecosystem architecture
 

Viewers also liked

Integrando MercadoPago - MeliDevConf - SP
Integrando MercadoPago - MeliDevConf - SPIntegrando MercadoPago - MeliDevConf - SP
Integrando MercadoPago - MeliDevConf - SPmelidevelopers
 
MercadoPago - Ariel Leiva
MercadoPago - Ariel LeivaMercadoPago - Ariel Leiva
MercadoPago - Ariel Leivafsolari
 
Estudo de Caso de uma Estrutura de Autenticação Única utilizando o protocolo ...
Estudo de Caso de uma Estrutura de Autenticação Única utilizando o protocolo ...Estudo de Caso de uma Estrutura de Autenticação Única utilizando o protocolo ...
Estudo de Caso de uma Estrutura de Autenticação Única utilizando o protocolo ...Fernando Geraldo Mantoan
 
OAuth2: Uma abordagem para segurança de aplicações e APIs REST - Devcamp 2014
OAuth2: Uma abordagem para segurança de aplicações e APIs REST  - Devcamp 2014OAuth2: Uma abordagem para segurança de aplicações e APIs REST  - Devcamp 2014
OAuth2: Uma abordagem para segurança de aplicações e APIs REST - Devcamp 2014Tiago Marchetti Dolphine
 
Autenticação e Autorização - MercadoLivre Developers Conference
Autenticação e Autorização - MercadoLivre Developers ConferenceAutenticação e Autorização - MercadoLivre Developers Conference
Autenticação e Autorização - MercadoLivre Developers ConferenceWesley Nascimento
 
Mobile Apps - MeliDevConf 2013 - SP
Mobile Apps - MeliDevConf 2013 - SPMobile Apps - MeliDevConf 2013 - SP
Mobile Apps - MeliDevConf 2013 - SPmelidevelopers
 
Nubimetrics
NubimetricsNubimetrics
Nubimetricsfsolari
 
VirtualSeller
VirtualSellerVirtualSeller
VirtualSellerfsolari
 
Introducción - MeliDevConf BsAs.
Introducción - MeliDevConf BsAs.Introducción - MeliDevConf BsAs.
Introducción - MeliDevConf BsAs.melidevelopers
 
Vendedores 01 abertura - helisson lemos
Vendedores 01   abertura - helisson lemosVendedores 01   abertura - helisson lemos
Vendedores 01 abertura - helisson lemosfsolari
 
Vendedores 04 encerramento - leandro soares
Vendedores 04   encerramento - leandro soaresVendedores 04   encerramento - leandro soares
Vendedores 04 encerramento - leandro soaresfsolari
 
Audit¢rio 06 categoria fashion - oportunidades e como se integrar - rafael ...
Audit¢rio 06   categoria fashion - oportunidades e como se integrar - rafael ...Audit¢rio 06   categoria fashion - oportunidades e como se integrar - rafael ...
Audit¢rio 06 categoria fashion - oportunidades e como se integrar - rafael ...fsolari
 
Sala 2 03 o auth e cadastro de produtos - danilo santos
Sala 2 03   o auth e cadastro de produtos - danilo santosSala 2 03   o auth e cadastro de produtos - danilo santos
Sala 2 03 o auth e cadastro de produtos - danilo santosfsolari
 
Experiencias de integração
Experiencias de integraçãoExperiencias de integração
Experiencias de integraçãofsolari
 
Sala 2 06 desenvolvimento de integração ao vivo -gabriel e carlos
Sala 2 06   desenvolvimento de integração ao vivo -gabriel e carlosSala 2 06   desenvolvimento de integração ao vivo -gabriel e carlos
Sala 2 06 desenvolvimento de integração ao vivo -gabriel e carlosfsolari
 
Mercadopago - MeliDevConf BsAs.
Mercadopago - MeliDevConf BsAs.Mercadopago - MeliDevConf BsAs.
Mercadopago - MeliDevConf BsAs.melidevelopers
 
Darío Simonassi - API OVERVIEW 2014
Darío Simonassi - API OVERVIEW 2014Darío Simonassi - API OVERVIEW 2014
Darío Simonassi - API OVERVIEW 2014fsolari
 
Mobile Apps
Mobile AppsMobile Apps
Mobile Appsfsolari
 
DevConf AR2014
DevConf AR2014DevConf AR2014
DevConf AR2014fsolari
 
Gerenciando ventas - MeliDevConf BsAs.
Gerenciando ventas - MeliDevConf BsAs.Gerenciando ventas - MeliDevConf BsAs.
Gerenciando ventas - MeliDevConf BsAs.melidevelopers
 

Viewers also liked (20)

Integrando MercadoPago - MeliDevConf - SP
Integrando MercadoPago - MeliDevConf - SPIntegrando MercadoPago - MeliDevConf - SP
Integrando MercadoPago - MeliDevConf - SP
 
MercadoPago - Ariel Leiva
MercadoPago - Ariel LeivaMercadoPago - Ariel Leiva
MercadoPago - Ariel Leiva
 
Estudo de Caso de uma Estrutura de Autenticação Única utilizando o protocolo ...
Estudo de Caso de uma Estrutura de Autenticação Única utilizando o protocolo ...Estudo de Caso de uma Estrutura de Autenticação Única utilizando o protocolo ...
Estudo de Caso de uma Estrutura de Autenticação Única utilizando o protocolo ...
 
OAuth2: Uma abordagem para segurança de aplicações e APIs REST - Devcamp 2014
OAuth2: Uma abordagem para segurança de aplicações e APIs REST  - Devcamp 2014OAuth2: Uma abordagem para segurança de aplicações e APIs REST  - Devcamp 2014
OAuth2: Uma abordagem para segurança de aplicações e APIs REST - Devcamp 2014
 
Autenticação e Autorização - MercadoLivre Developers Conference
Autenticação e Autorização - MercadoLivre Developers ConferenceAutenticação e Autorização - MercadoLivre Developers Conference
Autenticação e Autorização - MercadoLivre Developers Conference
 
Mobile Apps - MeliDevConf 2013 - SP
Mobile Apps - MeliDevConf 2013 - SPMobile Apps - MeliDevConf 2013 - SP
Mobile Apps - MeliDevConf 2013 - SP
 
Nubimetrics
NubimetricsNubimetrics
Nubimetrics
 
VirtualSeller
VirtualSellerVirtualSeller
VirtualSeller
 
Introducción - MeliDevConf BsAs.
Introducción - MeliDevConf BsAs.Introducción - MeliDevConf BsAs.
Introducción - MeliDevConf BsAs.
 
Vendedores 01 abertura - helisson lemos
Vendedores 01   abertura - helisson lemosVendedores 01   abertura - helisson lemos
Vendedores 01 abertura - helisson lemos
 
Vendedores 04 encerramento - leandro soares
Vendedores 04   encerramento - leandro soaresVendedores 04   encerramento - leandro soares
Vendedores 04 encerramento - leandro soares
 
Audit¢rio 06 categoria fashion - oportunidades e como se integrar - rafael ...
Audit¢rio 06   categoria fashion - oportunidades e como se integrar - rafael ...Audit¢rio 06   categoria fashion - oportunidades e como se integrar - rafael ...
Audit¢rio 06 categoria fashion - oportunidades e como se integrar - rafael ...
 
Sala 2 03 o auth e cadastro de produtos - danilo santos
Sala 2 03   o auth e cadastro de produtos - danilo santosSala 2 03   o auth e cadastro de produtos - danilo santos
Sala 2 03 o auth e cadastro de produtos - danilo santos
 
Experiencias de integração
Experiencias de integraçãoExperiencias de integração
Experiencias de integração
 
Sala 2 06 desenvolvimento de integração ao vivo -gabriel e carlos
Sala 2 06   desenvolvimento de integração ao vivo -gabriel e carlosSala 2 06   desenvolvimento de integração ao vivo -gabriel e carlos
Sala 2 06 desenvolvimento de integração ao vivo -gabriel e carlos
 
Mercadopago - MeliDevConf BsAs.
Mercadopago - MeliDevConf BsAs.Mercadopago - MeliDevConf BsAs.
Mercadopago - MeliDevConf BsAs.
 
Darío Simonassi - API OVERVIEW 2014
Darío Simonassi - API OVERVIEW 2014Darío Simonassi - API OVERVIEW 2014
Darío Simonassi - API OVERVIEW 2014
 
Mobile Apps
Mobile AppsMobile Apps
Mobile Apps
 
DevConf AR2014
DevConf AR2014DevConf AR2014
DevConf AR2014
 
Gerenciando ventas - MeliDevConf BsAs.
Gerenciando ventas - MeliDevConf BsAs.Gerenciando ventas - MeliDevConf BsAs.
Gerenciando ventas - MeliDevConf BsAs.
 

Similar to MercadoLivre API Overview and OAuth Presentation

OpenAPI v.Next - Events, Alternative Schemas & the Road Ahead
OpenAPI v.Next - Events, Alternative Schemas & the Road AheadOpenAPI v.Next - Events, Alternative Schemas & the Road Ahead
OpenAPI v.Next - Events, Alternative Schemas & the Road AheadTed Epstein
 
Authlete: API Authorization Enabler for API Economy
Authlete: API Authorization Enabler for API EconomyAuthlete: API Authorization Enabler for API Economy
Authlete: API Authorization Enabler for API EconomyTatsuo Kudo
 
2013 02-apache conna-api-manager-asanka
2013 02-apache conna-api-manager-asanka2013 02-apache conna-api-manager-asanka
2013 02-apache conna-api-manager-asankaWSO2
 
Getting to Grips with RESTful APIs
Getting to Grips with RESTful APIsGetting to Grips with RESTful APIs
Getting to Grips with RESTful APIsPetko Mikhailov
 
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...HostedbyConfluent
 
RefCard API Architecture Strategy
RefCard API Architecture StrategyRefCard API Architecture Strategy
RefCard API Architecture StrategyOCTO Technology
 
APIsecure 2023 - Security Considerations for API Gateway Aggregation, Yoshiyu...
APIsecure 2023 - Security Considerations for API Gateway Aggregation, Yoshiyu...APIsecure 2023 - Security Considerations for API Gateway Aggregation, Yoshiyu...
APIsecure 2023 - Security Considerations for API Gateway Aggregation, Yoshiyu...apidays
 
APIエコノミー時代の認証・認可
APIエコノミー時代の認証・認可APIエコノミー時代の認証・認可
APIエコノミー時代の認証・認可Tatsuo Kudo
 
REST API Doc Best Practices
REST API Doc Best PracticesREST API Doc Best Practices
REST API Doc Best PracticesMarta Rauch
 
Accelerating API Development With OpenAPI and Serverless
Accelerating API Development With OpenAPI and ServerlessAccelerating API Development With OpenAPI and Serverless
Accelerating API Development With OpenAPI and ServerlessSmartBear
 
Architecting an Enterprise API Management Strategy
Architecting an Enterprise API Management StrategyArchitecting an Enterprise API Management Strategy
Architecting an Enterprise API Management StrategyWSO2
 
APIs for API Management: Consume and Develop Apps
APIs for API Management: Consume and Develop AppsAPIs for API Management: Consume and Develop Apps
APIs for API Management: Consume and Develop AppsWSO2
 
Presentation at the 2016 Linux Foundation Collab Summit
Presentation at the 2016 Linux Foundation Collab SummitPresentation at the 2016 Linux Foundation Collab Summit
Presentation at the 2016 Linux Foundation Collab SummitOpen API Initiative (OAI)
 
apidays London 2023 - API Metrics matters in APIOps, Ludovic Pourrat, Lombar...
apidays London 2023 - API Metrics matters in APIOps, Ludovic Pourrat,  Lombar...apidays London 2023 - API Metrics matters in APIOps, Ludovic Pourrat,  Lombar...
apidays London 2023 - API Metrics matters in APIOps, Ludovic Pourrat, Lombar...apidays
 
API Workshop: Deep dive into REST APIs
API Workshop: Deep dive into REST APIsAPI Workshop: Deep dive into REST APIs
API Workshop: Deep dive into REST APIsTom Johnson
 
Crystal clear service interfaces w/ Swagger/OpenAPI
Crystal clear service interfaces w/ Swagger/OpenAPICrystal clear service interfaces w/ Swagger/OpenAPI
Crystal clear service interfaces w/ Swagger/OpenAPIScott Triglia
 
Getting Started with API Management – Why It's Needed On-prem and in the Cloud
Getting Started with API Management – Why It's Needed On-prem and in the CloudGetting Started with API Management – Why It's Needed On-prem and in the Cloud
Getting Started with API Management – Why It's Needed On-prem and in the CloudRevelation Technologies
 

Similar to MercadoLivre API Overview and OAuth Presentation (20)

OpenAPI v.Next - Events, Alternative Schemas & the Road Ahead
OpenAPI v.Next - Events, Alternative Schemas & the Road AheadOpenAPI v.Next - Events, Alternative Schemas & the Road Ahead
OpenAPI v.Next - Events, Alternative Schemas & the Road Ahead
 
Authlete: API Authorization Enabler for API Economy
Authlete: API Authorization Enabler for API EconomyAuthlete: API Authorization Enabler for API Economy
Authlete: API Authorization Enabler for API Economy
 
2013 02-apache conna-api-manager-asanka
2013 02-apache conna-api-manager-asanka2013 02-apache conna-api-manager-asanka
2013 02-apache conna-api-manager-asanka
 
Getting to Grips with RESTful APIs
Getting to Grips with RESTful APIsGetting to Grips with RESTful APIs
Getting to Grips with RESTful APIs
 
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
Apicurio Registry: Event-driven APIs & Schema governance for Apache Kafka | F...
 
AIR & API
AIR & APIAIR & API
AIR & API
 
RefCard API Architecture Strategy
RefCard API Architecture StrategyRefCard API Architecture Strategy
RefCard API Architecture Strategy
 
Rest applied
Rest appliedRest applied
Rest applied
 
Security Considerations for API Gateway Aggregation
Security Considerations for API Gateway AggregationSecurity Considerations for API Gateway Aggregation
Security Considerations for API Gateway Aggregation
 
APIsecure 2023 - Security Considerations for API Gateway Aggregation, Yoshiyu...
APIsecure 2023 - Security Considerations for API Gateway Aggregation, Yoshiyu...APIsecure 2023 - Security Considerations for API Gateway Aggregation, Yoshiyu...
APIsecure 2023 - Security Considerations for API Gateway Aggregation, Yoshiyu...
 
APIエコノミー時代の認証・認可
APIエコノミー時代の認証・認可APIエコノミー時代の認証・認可
APIエコノミー時代の認証・認可
 
REST API Doc Best Practices
REST API Doc Best PracticesREST API Doc Best Practices
REST API Doc Best Practices
 
Accelerating API Development With OpenAPI and Serverless
Accelerating API Development With OpenAPI and ServerlessAccelerating API Development With OpenAPI and Serverless
Accelerating API Development With OpenAPI and Serverless
 
Architecting an Enterprise API Management Strategy
Architecting an Enterprise API Management StrategyArchitecting an Enterprise API Management Strategy
Architecting an Enterprise API Management Strategy
 
APIs for API Management: Consume and Develop Apps
APIs for API Management: Consume and Develop AppsAPIs for API Management: Consume and Develop Apps
APIs for API Management: Consume and Develop Apps
 
Presentation at the 2016 Linux Foundation Collab Summit
Presentation at the 2016 Linux Foundation Collab SummitPresentation at the 2016 Linux Foundation Collab Summit
Presentation at the 2016 Linux Foundation Collab Summit
 
apidays London 2023 - API Metrics matters in APIOps, Ludovic Pourrat, Lombar...
apidays London 2023 - API Metrics matters in APIOps, Ludovic Pourrat,  Lombar...apidays London 2023 - API Metrics matters in APIOps, Ludovic Pourrat,  Lombar...
apidays London 2023 - API Metrics matters in APIOps, Ludovic Pourrat, Lombar...
 
API Workshop: Deep dive into REST APIs
API Workshop: Deep dive into REST APIsAPI Workshop: Deep dive into REST APIs
API Workshop: Deep dive into REST APIs
 
Crystal clear service interfaces w/ Swagger/OpenAPI
Crystal clear service interfaces w/ Swagger/OpenAPICrystal clear service interfaces w/ Swagger/OpenAPI
Crystal clear service interfaces w/ Swagger/OpenAPI
 
Getting Started with API Management – Why It's Needed On-prem and in the Cloud
Getting Started with API Management – Why It's Needed On-prem and in the CloudGetting Started with API Management – Why It's Needed On-prem and in the Cloud
Getting Started with API Management – Why It's Needed On-prem and in the Cloud
 

More from melidevelopers (20)

Mercado Envíos Ful
Mercado Envíos FulMercado Envíos Ful
Mercado Envíos Ful
 
Fernando Adrian Scasserra
Fernando Adrian ScasserraFernando Adrian Scasserra
Fernando Adrian Scasserra
 
Lucía Brizuela
Lucía BrizuelaLucía Brizuela
Lucía Brizuela
 
Victor Piñal
Victor PiñalVictor Piñal
Victor Piñal
 
Leandro Bertalot y Jair Vázquez
Leandro Bertalot y Jair VázquezLeandro Bertalot y Jair Vázquez
Leandro Bertalot y Jair Vázquez
 
Omar Galicia
Omar GaliciaOmar Galicia
Omar Galicia
 
Daniel Gándara
Daniel GándaraDaniel Gándara
Daniel Gándara
 
Mercado Pago para seller del on
Mercado Pago para seller del onMercado Pago para seller del on
Mercado Pago para seller del on
 
Mandaê
MandaêMandaê
Mandaê
 
Eu entrego
Eu entregoEu entrego
Eu entrego
 
Be Commerce
Be CommerceBe Commerce
Be Commerce
 
Bling!
Bling!Bling!
Bling!
 
Any Market
Any MarketAny Market
Any Market
 
Aprendendo sobre o seu mercado
Aprendendo sobre o seu mercadoAprendendo sobre o seu mercado
Aprendendo sobre o seu mercado
 
AWS
AWS AWS
AWS
 
Mercado Pago - SDK mobile
Mercado Pago - SDK mobile Mercado Pago - SDK mobile
Mercado Pago - SDK mobile
 
sensedia - Design Sprint
sensedia - Design Sprint sensedia - Design Sprint
sensedia - Design Sprint
 
VTEX
VTEX VTEX
VTEX
 
Mercado pago - além do e-commerce
Mercado pago - além do e-commerceMercado pago - além do e-commerce
Mercado pago - além do e-commerce
 
Facebook - Marketing
Facebook - MarketingFacebook - Marketing
Facebook - Marketing
 

Recently uploaded

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Recently uploaded (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

MercadoLivre API Overview and OAuth Presentation

  • 3. API Overview & oAuth AGENDA ➔ RESTful ➔ Conceitos básicos ➔ Notificações ➔ Testes ➔ oAuth 2.0 MercadoLivre Developers Conference
  • 4. AGENDA ➔ RESTful ➔ Conceitos básicos ➔ Notificações ➔ Testes ➔ oAuth 2.0 API Overview & oAuth MercadoLivre Developers Conference
  • 5. API Overview & oAuth RESTful - API API Overview & oAuth MercadoLivre Developers Conference
  • 6. API Overview & oAuth RESTful - HTTPS API Overview & oAuth MercadoLivre Developers Conference
  • 7. API Overview & oAuth RESTful - Request API Overview & oAuth MercadoLivre Developers Conference
  • 8. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 9. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 10. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 11. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 12. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 13. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 14. API Overview & oAuth RESTful - JSON API Overview & oAuth MercadoLivre Developers Conference
  • 15. API Overview & oAuth RESTful - JSON API Overview & oAuth MercadoLivre Developers Conference
  • 16. API Overview & oAuth RESTful - Recursos ➔ /items ➔ /pictures ➔ /users ➔ /orders ➔ /questions API Overview & oAuth MercadoLivre Developers Conference
  • 17. API Overview & oAuth AGENDA ➔ RESTful ➔ Conceitos básicos ➔ Notificações ➔ Testes ➔ oAuth 2.0 API Overview & oAuth MercadoLivre Developers Conference
  • 18. API Overview & oAuth Conceitos - Recursos públicos e privados API Overview & oAuth MercadoLivre Developers Conference
  • 19. API Overview & oAuth GET /users/66727166 Conceitos - Recursos públicos e privados API Overview & oAuth MercadoLivre Developers Conference
  • 20. API Overview & oAuth GET /users/66727166 Conceitos - Recursos públicos e privados API Overview & oAuth MercadoLivre Developers Conference
  • 21. API Overview & oAuth GET /users/66727166 Conceitos - Recursos públicos e privados API Overview & oAuth MercadoLivre Developers Conference
  • 22. API Overview & oAuth GET /users/66727166 Conceitos - Recursos públicos e privados API Overview & oAuth MercadoLivre Developers Conference
  • 23. API Overview & oAuth GET /users/66727166?access_token=ACCESS_TOKEN Conceitos - Recursos públicos e privados API Overview & oAuth MercadoLivre Developers Conference
  • 24. API Overview & oAuth GET /users/66727166?access_token=ACCESS_TOKEN Conceitos - Recursos públicos e privados API Overview & oAuth MercadoLivre Developers Conference
  • 25. API Overview & oAuth Conceitos - Busca API Overview & oAuth MercadoLivre Developers Conference
  • 26. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 27. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 28. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 29. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 30. API Overview & oAuth GET /items/MLB498248170 Conceitos - Busca ~ 2 Kb API Overview & oAuth MercadoLivre Developers Conference
  • 31. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 32. API Overview & oAuth GET /items/MLB498248170?attributes=title,price,pictures Conceitos - Busca API Overview & oAuth MercadoLivre Developers Conference
  • 33. API Overview & oAuth GET /items/MLB498248170?attributes=title,price,pictures Conceitos - Busca ~ 340 B API Overview & oAuth MercadoLivre Developers Conference
  • 34. API Overview & oAuth - 84% API Overview & oAuth MercadoLivre Developers Conference
  • 35. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 36. API Overview & oAuth GET /items?ids=MLB438904539,MLB438904540, MLB43890454 Conceitos - Busca API Overview & oAuth MercadoLivre Developers Conference
  • 37. API Overview & oAuth 4x mais rápido 10x mais curto API Overview & oAuth MercadoLivre Developers Conference
  • 38. API Overview & oAuth AGENDA ➔ RESTful ➔ Conceitos básicos ➔ Notificações ➔ Testes ➔ oAuth 2.0 API Overview & oAuth MercadoLivre Developers Conference
  • 39. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 40. API Overview & oAuth Notificações ➔ Itens ➔ Perguntas ➔ Vendas ➔ Pagamentos API Overview & oAuth MercadoLivre Developers Conference
  • 41. API Overview & oAuth AGENDA ➔ RESTful ➔ Conceitos básicos ➔ Notificações ➔ Testes ➔ oAuth 2.0 API Overview & oAuth MercadoLivre Developers Conference
  • 42. API Overview & oAuth POST /users/test_user?access_token=ACCESS_TOKEN Conceitos - Test User API Overview & oAuth MercadoLivre Developers Conference
  • 43. API Overview & oAuth POST /users/test_user?access_token=ACCESS_TOKEN Conceitos - Test User API Overview & oAuth MercadoLivre Developers Conference
  • 44. API Overview & oAuth POST /users/test_user?access_token=ACCESS_TOKEN Conceitos - Test User { "site_id":"MLB" } API Overview & oAuth MercadoLivre Developers Conference
  • 45. API Overview & oAuth POST /users/test_user?access_token=ACCESS_TOKEN Conceitos - Test User { "site_id":"MLB" } RESPONSE: { "id":120506781, "nickname":"TEST0548", "password":"qatest328", "site_status":"active" } API Overview & oAuth MercadoLivre Developers Conference
  • 46. API Overview & oAuth AGENDA ➔ RESTful ➔ Conceitos básicos ➔ Notificações ➔ Testes ➔ oAuth 2.0 API Overview & oAuth MercadoLivre Developers Conference
  • 47. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 48. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 49. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 50. API Overview & oAuth Client Side API Overview & oAuth MercadoLivre Developers Conference
  • 51. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 52. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 53. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 54. API Overview & oAuth Server Side API Overview & oAuth MercadoLivre Developers Conference
  • 55. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 56. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference
  • 57. API Overview & oAuth GET API Overview & oAuth MercadoLivre Developers Conference
  • 58. API Overview & oAuth GET POST API Overview & oAuth MercadoLivre Developers Conference
  • 59. API Overview & oAuth GET POST ACCESS_TOKEN API Overview & oAuth MercadoLivre Developers Conference
  • 60. API Overview & oAuth SDK's API Overview & oAuth MercadoLivre Developers Conference
  • 61. API Overview & oAuth ➔ developers.mercadolivre.com ➔ @melidevelopers ➔ github.com/mercadolibre ➔ #meli@irc.freenode.net API Overview & oAuth MercadoLivre Developers Conference
  • 62. API Overview & oAuthAPI Overview & oAuth MercadoLivre Developers Conference