SlideShare a Scribd company logo
Leandro Bertalot
Novedades en la API
MercadoLibre Developer Relations
Developer Conference
● Cambios Generales
● Lo Nuevo en Marketplace
● Lo Nuevo en Clasificados
● Mejoras Dev Platform http://developers.mercadolibre.com
Agend
a
Developer Conference
● Items JSON Validation Improvements
● Listing Types and Item Upgrades
● Addresses API
● Revoke Access to Your Application
● Trends API
Cambios
Generales
Developer Conference
Cambios
Generales
Items JSON Validation Improvements
Example
{
"seller_id":,
"id",
"price":"p",
"seller_contact":null,
"pictures": [[1,2,3]]
}
Developer Conference
Output
{
"message":"body.invalid_field_types",
"error":"[
invalid property type: [price] expected Number but was String value: p,
invalid property type: [seller_contact] expected Map but was Null value: null,
invalid property type: [pictures[0]] expected Map but was JSONArray value: [1,
2, 3],
invalid property type: [seller_id] expected Number but was String value: id
]",
"status":400,
"cause":[]
}
Cambios
Generales
Items JSON Validation Improvements
Developer Conference
Get Listing types
https://api.mercadolibre.com/sites/MLA/listing_types
Cambios
Generales
Listing types and Item Upgrades
Developer Conference
Get Listing Types availables by User
https://api.mercadolibre.com/users/{Cust_id}/available_listing_types?category_id={Ca
tegory_id}&access_token=$ACCESS_TOKEN
Cambios
Generales
{
"category_id": "MLA3530",
"available": [
{
"site_id": "MLA",
"id": "gold",
"name": "Oro",
"remaining_listings": null
},
{
"site_id": "MLA",
"id": "bronce",
"name": "Bronce",
"remaining_listings": null
}
]
}
Listing types and Item Upgrades
Developer Conference
Get Available Listing Upgrades
https://api.mercadolibre.com/items/{Item_id}/available_upgrades?access_token=$AC
CESS_TOKEN
Cambios
Generales
Listing types and Item Upgrades
{
"category_id": "MLA3530",
"available": [
{
"site_id": "MLA",
"id": "gold_premium",
"name": "Oro Premium",
"remaining_listings": null
},
{
"site_id": "MLA",
"id": "gold_special",
"name": "Oro Profesional",
"remaining_listings": null
}
]
}
Developer Conference
Addresses API
Cambios
Generales
https://api.mercadolibre.com/users/{User_id}/addresses?access_token=XXXXXX
Get addresses from a User
Developer Conference
Revoke Access to Your APP
Cambios
Generales
curl -X DELETE -H "Content-Type:application/json"
https://api.mercadolibre.com/users/{cust_Id}/applications/{app_id}?access_token=
$ACCESS_TOKEN
Developer Conference
Trends
Cambios
Generales
https://tendencias.mercadolibre.com.ar
Developer Conference
Trends API
Cambios
Generales
By country By country and Category
curl -X GET
https://api.mercadolibre.com/sites/{site_id}/trends/s
earch
curl -X GET
https://api.mercadolibre.com/sites/{site_id}/trends/sear
ch?category={category_id}
Developer Conference
● Cambios Generales
● Lo Nuevo en Marketplace
● Lo Nuevo en Clasificados
● Mejoras Dev Platform http://developers.mercadolibre.com
Agend
a
Developer Conference
● Listing Prices Calculator
● New Feedback API
● API Improvements: Payment information in Orders
● Changes on Relistings
Lo Nuevo en Marketplace
Developer Conference
Listing prices calculator
https://api.mercadolibre.com/sites/MLA/listing_prices?price=5000&category_id=MLA3738
Get Listing Price
Lo Nuevo en Marketplace
Developer Conference
New Feedback API
curl -X POST -H "Content-Type: application/json" -d
'{
"fulfilled": false,
"rating": "neutral",
"message": "Operation not completed",
"reason": "THEY_DIDNT_ANSWER",
"restock_item": true,
"has_seller_refunded_money": false
}'
"https://api.mercadolibre.com/orders/{order_Id}/feedback?version=3.0&access_token=$ACCE
SS_TOKEN”
Post Feedback
Lo Nuevo en Marketplace
Developer Conference
New Feedback API
curl -X POST -H "Content-Type: application/json" -d'{
"reply":"COMMENT 2."
}'
"https://api.mercadolibre.com/feedback/{feedback_Id}/reply?version=3.0&
access_token=$ACCESS_TOKEN"
Post Reply
Change Feedback
curl -X PUT -H "Content-Type: application/json" -d '{
"fulfilled": true,
"rating": "positive",
"message": "It’s ok.",
}'
"https://api.mercadolibre.com//feedback/{feedback_id}?version=3.0&acce
ss_token=$ACCESS_TOKEN"
Lo Nuevo en Marketplace
Developer Conference
Payment information in Orders
Lo Nuevo en Marketplace
{
"id": 123123123,
…..
"payments": [
{
"id": 843847143,
"order_id": 881939618,
"payer_id": 132370569,
"collector": {
"id": 157251523
},
"card_id": null,
"site_id": "MCO",
"reason": null,
"payment_method_id": null,
"currency_id": "COP",
"installments": null,
"issuer_id": null,
"atm_transfer_reference": {
"company_id": null,
"transaction_id": null
},
…..
Response
…..
"coupon_id": null,
"activation_uri": null,
"available_actions": null,
"status": "approved",
"status_code": null,
"status_detail": null,
"transaction_amount": 124900,
"shipping_cost": 0,
"coupon_amount": 0,
"overpaid_amount": 0,
"total_paid_amount": 124900,
"date_created": "2014-09-
15T10:46:52.000-04:00",
"date_last_modified": "2014-09-
19T16:51:13.000-04:00"
}
]
…..
https://api.mercadolibre.com/orders/{Order_id}?access_token=ACCESS_TOKEN
Developer Conference
Lo Nuevo en Marketplace
…
"initial_quantity": 3,
"available_quantity": 3,
"sold_quantity": 1,
…
https://api.mercadolibre.com/items/MLA516387765
Relistings
Developer Conference
● Cambios Generales
● Lo Nuevo en Marketplace
● Lo Nuevo en Clasificados
● Mejoras Dev Platform
http://developers.mercadolibre.com
Agend
a
Developer Conference
● Classified Location Selection & Search
● Classified contacts API
● User Promotion Packs API
Lo Nuevo en Clasificados
Developer Conference
Classified Location Selection & Search
Lo Nuevo en Clasificados
https://api.mercadolibre.com/classified_locations/countries/AR
https://api.mercadolibre.com/classified_locations/neighborhoods/TUxBQlZJTDM5NTda
Developer Conference
Classified Location Selection & Search
Lo Nuevo en Clasificados
https://api.mercadolibre.com/sites/MLA/search?item_location=lat:-37.987148_-
30.987148,lon:-57.5483864_-50.5483864&category=MLA50278
Developer Conference
Classified Contacts API
Lo Nuevo en Clasificados
Developer Conference
Classified Contacts API
Lo Nuevo en Clasificados
https://api.mercadolibre.com/items/MLA508401142/contacts/questions?date_from=2014-08-
01T00:00:00.000-03:00&date_to=2015-03-02T23:59:59.999
Get Qty Questions by date on Item
https://api.mercadolibre.com/users/113601228/contacts/questions?date_from=2014
-08-01T00:00:00.000-03:00&date_to=2015-03-02T23:59:59.999
Get Qty Questions by date on User
Developer Conference
¿Y que pasó con “Ver Teléfono”?
Developer Conference
https://api.mercadolibre.com/items/MLA554327372/contacts/phone_views?date_from=2011-
08-01T00:00:00.000-03:00&date_to=2015-06-02T23:59:59.999
Get Qty Phone Views by date on Item
https://api.mercadolibre.com/users/113601228/contacts/phone_views?date_from
=2015-01-01T00:00:00.000-03:00&date_to=2015-02-02T23:59:5
Get Qty Phone Views by date on User
Classified Contacts API
Lo Nuevo en Clasificados
Developer Conference
Promotion Packs
Lo Nuevo en Clasificados
https://api.mercadolibre.com/categories/MLA1743/classifieds_promotion_packs
Get promotion packs
Developer Conference
Promotion Packs
Lo Nuevo en Clasificados
https://api.mercadolibre.com/users/{user_id}/cla
ssifieds_promotion_packs?access_token=$AC
CESS_TOKEN;
Get packages engaged by an user
Developer Conference
● Cambios Generales
● Lo Nuevo en Marketplace
● Lo Nuevo en Clasificados
● Mejoras Dev Platform
http://developers.mercadolibre.com
Agend
a
Developer Conference
Nuevo API-Directory
Mejoras Dev
Platform
Developer Conference
Nuevo API-Directory
Mejoras Dev
Platform
Developer Conference
Nuevo Foro Developers
Mejoras Dev
Platform
Al Foro
entrar tu
debes, si en
Jedi
convertirte
tu quieres
Developer Conference
Nuevo Foro Developers
Mejoras Dev
Platform
Developer Conference
Mejoras Dev
Platform
http://developers.mercadolibre.com/subscription/
Developer Conference
Mejoras Dev
Platform
Información sobre Eventos y Cambios en la API
Developer Conference
FIN
@LeandroBertalot

More Related Content

Viewers also liked

Hjelp vi flyr - alt om droner i TV-produksjon
Hjelp vi flyr - alt om droner i TV-produksjonHjelp vi flyr - alt om droner i TV-produksjon
Hjelp vi flyr - alt om droner i TV-produksjon
nrkbeta
 
Oracle compra Sun
Oracle compra SunOracle compra Sun
Oracle compra Sun
OracleIberia
 
Claudia sanchez
Claudia sanchezClaudia sanchez
Claudia sanchez
claudia2018sanchez
 
PROGRAMA DE FESTIVIDADES 2014 - LIMÓN INDANZA
PROGRAMA DE FESTIVIDADES 2014 - LIMÓN INDANZAPROGRAMA DE FESTIVIDADES 2014 - LIMÓN INDANZA
PROGRAMA DE FESTIVIDADES 2014 - LIMÓN INDANZA
GAD Municipal de Limón Indanza
 
moragoprl !!! 2008 Sevilla - Visita turistica !!!
moragoprl !!! 2008 Sevilla - Visita turistica !!!moragoprl !!! 2008 Sevilla - Visita turistica !!!
moragoprl !!! 2008 Sevilla - Visita turistica !!!
Pedro Rodriguez
 
More than 1600 backlinks to Frontware.com
More than 1600 backlinks to Frontware.comMore than 1600 backlinks to Frontware.com
More than 1600 backlinks to Frontware.com
Frontware International
 
Guía de trabajos prácticos
Guía de trabajos prácticosGuía de trabajos prácticos
Guía de trabajos prácticossoli10
 
Telmisartan ramipril wiki
Telmisartan ramipril wikiTelmisartan ramipril wiki
Telmisartan ramipril wikiJavier Ortega
 
Disrupt and Become Indispensable
Disrupt and Become IndispensableDisrupt and Become Indispensable
Disrupt and Become Indispensable
Motivate Design
 
RENOVATIO IMPERII ROMANORUM
RENOVATIO IMPERII ROMANORUMRENOVATIO IMPERII ROMANORUM
RENOVATIO IMPERII ROMANORUM
carolinasantangel
 
Content Startegy for a B2B Energy Client
Content Startegy for a B2B Energy Client Content Startegy for a B2B Energy Client
Content Startegy for a B2B Energy Client kmartchouk
 
Actividades de ecoturismo slideshare parte 1
Actividades de ecoturismo slideshare parte 1Actividades de ecoturismo slideshare parte 1
Actividades de ecoturismo slideshare parte 1nayelysantiago
 
Hoja de respuestas vertical de 60
Hoja de respuestas vertical de 60Hoja de respuestas vertical de 60
Hoja de respuestas vertical de 60Magu Sociales
 
Imágenes y Palabras
Imágenes y PalabrasImágenes y Palabras
Imágenes y Palabras
José Agustín Muñiz Viu
 
Dictamen Asociación FF.MM Reclama por Escalafón de Mérito
Dictamen Asociación FF.MM Reclama por Escalafón de MéritoDictamen Asociación FF.MM Reclama por Escalafón de Mérito
Dictamen Asociación FF.MM Reclama por Escalafón de Mérito
Nelson Leiva®
 
Mesa Redonda: FINTECH. Revolución digital en el mundo Financiero. La oportuni...
Mesa Redonda: FINTECH. Revolución digital en el mundo Financiero. La oportuni...Mesa Redonda: FINTECH. Revolución digital en el mundo Financiero. La oportuni...
Mesa Redonda: FINTECH. Revolución digital en el mundo Financiero. La oportuni...
AMETIC
 
TBIZ 2012 - Tecniche Inventive
TBIZ 2012 - Tecniche InventiveTBIZ 2012 - Tecniche Inventive
TBIZ 2012 - Tecniche Inventive
TechnologyBIZ
 
Planifique su Mercadeo Sobre un Ecosistema Digital
Planifique su Mercadeo Sobre un Ecosistema DigitalPlanifique su Mercadeo Sobre un Ecosistema Digital
Planifique su Mercadeo Sobre un Ecosistema DigitalSocialmedios Incorporated
 

Viewers also liked (20)

Hjelp vi flyr - alt om droner i TV-produksjon
Hjelp vi flyr - alt om droner i TV-produksjonHjelp vi flyr - alt om droner i TV-produksjon
Hjelp vi flyr - alt om droner i TV-produksjon
 
Oracle compra Sun
Oracle compra SunOracle compra Sun
Oracle compra Sun
 
55 PLUS Program pp
55 PLUS Program pp55 PLUS Program pp
55 PLUS Program pp
 
Claudia sanchez
Claudia sanchezClaudia sanchez
Claudia sanchez
 
PROGRAMA DE FESTIVIDADES 2014 - LIMÓN INDANZA
PROGRAMA DE FESTIVIDADES 2014 - LIMÓN INDANZAPROGRAMA DE FESTIVIDADES 2014 - LIMÓN INDANZA
PROGRAMA DE FESTIVIDADES 2014 - LIMÓN INDANZA
 
moragoprl !!! 2008 Sevilla - Visita turistica !!!
moragoprl !!! 2008 Sevilla - Visita turistica !!!moragoprl !!! 2008 Sevilla - Visita turistica !!!
moragoprl !!! 2008 Sevilla - Visita turistica !!!
 
Non western art
Non western artNon western art
Non western art
 
More than 1600 backlinks to Frontware.com
More than 1600 backlinks to Frontware.comMore than 1600 backlinks to Frontware.com
More than 1600 backlinks to Frontware.com
 
Guía de trabajos prácticos
Guía de trabajos prácticosGuía de trabajos prácticos
Guía de trabajos prácticos
 
Telmisartan ramipril wiki
Telmisartan ramipril wikiTelmisartan ramipril wiki
Telmisartan ramipril wiki
 
Disrupt and Become Indispensable
Disrupt and Become IndispensableDisrupt and Become Indispensable
Disrupt and Become Indispensable
 
RENOVATIO IMPERII ROMANORUM
RENOVATIO IMPERII ROMANORUMRENOVATIO IMPERII ROMANORUM
RENOVATIO IMPERII ROMANORUM
 
Content Startegy for a B2B Energy Client
Content Startegy for a B2B Energy Client Content Startegy for a B2B Energy Client
Content Startegy for a B2B Energy Client
 
Actividades de ecoturismo slideshare parte 1
Actividades de ecoturismo slideshare parte 1Actividades de ecoturismo slideshare parte 1
Actividades de ecoturismo slideshare parte 1
 
Hoja de respuestas vertical de 60
Hoja de respuestas vertical de 60Hoja de respuestas vertical de 60
Hoja de respuestas vertical de 60
 
Imágenes y Palabras
Imágenes y PalabrasImágenes y Palabras
Imágenes y Palabras
 
Dictamen Asociación FF.MM Reclama por Escalafón de Mérito
Dictamen Asociación FF.MM Reclama por Escalafón de MéritoDictamen Asociación FF.MM Reclama por Escalafón de Mérito
Dictamen Asociación FF.MM Reclama por Escalafón de Mérito
 
Mesa Redonda: FINTECH. Revolución digital en el mundo Financiero. La oportuni...
Mesa Redonda: FINTECH. Revolución digital en el mundo Financiero. La oportuni...Mesa Redonda: FINTECH. Revolución digital en el mundo Financiero. La oportuni...
Mesa Redonda: FINTECH. Revolución digital en el mundo Financiero. La oportuni...
 
TBIZ 2012 - Tecniche Inventive
TBIZ 2012 - Tecniche InventiveTBIZ 2012 - Tecniche Inventive
TBIZ 2012 - Tecniche Inventive
 
Planifique su Mercadeo Sobre un Ecosistema Digital
Planifique su Mercadeo Sobre un Ecosistema DigitalPlanifique su Mercadeo Sobre un Ecosistema Digital
Planifique su Mercadeo Sobre un Ecosistema Digital
 

Similar to Novedades de la API - Leandro Bertalot

GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
MarcinStachniuk
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
MarcinStachniuk
 
API-Entwicklung bei XING
API-Entwicklung bei XINGAPI-Entwicklung bei XING
API-Entwicklung bei XING
Mark Schmidt
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
MarcinStachniuk
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
MarcinStachniuk
 
FIWARE Developers Week_ Introduction to Managing Context Information at Large...
FIWARE Developers Week_ Introduction to Managing Context Information at Large...FIWARE Developers Week_ Introduction to Managing Context Information at Large...
FIWARE Developers Week_ Introduction to Managing Context Information at Large...
FIWARE
 
Eurosentiment - Developing a new service
Eurosentiment - Developing a new serviceEurosentiment - Developing a new service
Eurosentiment - Developing a new service
mario_munoz
 
201410 2 fiware-orion-contextbroker
201410 2 fiware-orion-contextbroker201410 2 fiware-orion-contextbroker
201410 2 fiware-orion-contextbrokerFIWARE
 
GraphQL - gdy API RESTowe to za mało
GraphQL - gdy API RESTowe to za małoGraphQL - gdy API RESTowe to za mało
GraphQL - gdy API RESTowe to za mało
MarcinStachniuk
 
MongoDB Meetup
MongoDB MeetupMongoDB Meetup
MongoDB Meetup
Maxime Beugnet
 
[DevCrowd] GraphQL - gdy API RESTowe to za mało
[DevCrowd] GraphQL - gdy API RESTowe to za mało[DevCrowd] GraphQL - gdy API RESTowe to za mało
[DevCrowd] GraphQL - gdy API RESTowe to za mało
MarcinStachniuk
 
GraphQL - when REST API is not enough - lessons learned
GraphQL - when REST API is not enough - lessons learnedGraphQL - when REST API is not enough - lessons learned
GraphQL - when REST API is not enough - lessons learned
MarcinStachniuk
 
アプリで簡単にスタンプを販売するためのAPI開発
アプリで簡単にスタンプを販売するためのAPI開発アプリで簡単にスタンプを販売するためのAPI開発
アプリで簡単にスタンプを販売するためのAPI開発
LINE Corporation
 
IBM Db2 JSON 11.5
IBM  Db2 JSON 11.5IBM  Db2 JSON 11.5
IBM Db2 JSON 11.5
Phil Downey
 
BruJUG Brussels GraphQL when RESR API is to less - lessons learned
BruJUG Brussels GraphQL when RESR API is to less - lessons learnedBruJUG Brussels GraphQL when RESR API is to less - lessons learned
BruJUG Brussels GraphQL when RESR API is to less - lessons learned
MarcinStachniuk
 
How Netflix Is Solving Authorization Across Their Cloud
How Netflix Is Solving Authorization Across Their CloudHow Netflix Is Solving Authorization Across Their Cloud
How Netflix Is Solving Authorization Across Their Cloud
Torin Sandall
 
Context-aware application development with FIWARE #CPBR8
Context-aware application development with FIWARE #CPBR8Context-aware application development with FIWARE #CPBR8
Context-aware application development with FIWARE #CPBR8
Fermin Galan
 
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
Codemotion
 
Novidades das APIs wesley nascimento
Novidades das APIs   wesley nascimentoNovidades das APIs   wesley nascimento
Novidades das APIs wesley nascimento
fsolari
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
MarcinStachniuk
 

Similar to Novedades de la API - Leandro Bertalot (20)

GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
 
API-Entwicklung bei XING
API-Entwicklung bei XINGAPI-Entwicklung bei XING
API-Entwicklung bei XING
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
 
FIWARE Developers Week_ Introduction to Managing Context Information at Large...
FIWARE Developers Week_ Introduction to Managing Context Information at Large...FIWARE Developers Week_ Introduction to Managing Context Information at Large...
FIWARE Developers Week_ Introduction to Managing Context Information at Large...
 
Eurosentiment - Developing a new service
Eurosentiment - Developing a new serviceEurosentiment - Developing a new service
Eurosentiment - Developing a new service
 
201410 2 fiware-orion-contextbroker
201410 2 fiware-orion-contextbroker201410 2 fiware-orion-contextbroker
201410 2 fiware-orion-contextbroker
 
GraphQL - gdy API RESTowe to za mało
GraphQL - gdy API RESTowe to za małoGraphQL - gdy API RESTowe to za mało
GraphQL - gdy API RESTowe to za mało
 
MongoDB Meetup
MongoDB MeetupMongoDB Meetup
MongoDB Meetup
 
[DevCrowd] GraphQL - gdy API RESTowe to za mało
[DevCrowd] GraphQL - gdy API RESTowe to za mało[DevCrowd] GraphQL - gdy API RESTowe to za mało
[DevCrowd] GraphQL - gdy API RESTowe to za mało
 
GraphQL - when REST API is not enough - lessons learned
GraphQL - when REST API is not enough - lessons learnedGraphQL - when REST API is not enough - lessons learned
GraphQL - when REST API is not enough - lessons learned
 
アプリで簡単にスタンプを販売するためのAPI開発
アプリで簡単にスタンプを販売するためのAPI開発アプリで簡単にスタンプを販売するためのAPI開発
アプリで簡単にスタンプを販売するためのAPI開発
 
IBM Db2 JSON 11.5
IBM  Db2 JSON 11.5IBM  Db2 JSON 11.5
IBM Db2 JSON 11.5
 
BruJUG Brussels GraphQL when RESR API is to less - lessons learned
BruJUG Brussels GraphQL when RESR API is to less - lessons learnedBruJUG Brussels GraphQL when RESR API is to less - lessons learned
BruJUG Brussels GraphQL when RESR API is to less - lessons learned
 
How Netflix Is Solving Authorization Across Their Cloud
How Netflix Is Solving Authorization Across Their CloudHow Netflix Is Solving Authorization Across Their Cloud
How Netflix Is Solving Authorization Across Their Cloud
 
Context-aware application development with FIWARE #CPBR8
Context-aware application development with FIWARE #CPBR8Context-aware application development with FIWARE #CPBR8
Context-aware application development with FIWARE #CPBR8
 
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
Boxcars and Cabooses: When one more XHR is too much - Peter Chittum - Codemot...
 
Novidades das APIs wesley nascimento
Novidades das APIs   wesley nascimentoNovidades das APIs   wesley nascimento
Novidades das APIs wesley nascimento
 
GraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learnedGraphQL - when REST API is to less - lessons learned
GraphQL - when REST API is to less - lessons learned
 

More from fsolari

Live code - Pablo Moretti
Live code - Pablo Moretti Live code - Pablo Moretti
Live code - Pablo Moretti
fsolari
 
Verticales - Federico Porrini y Matias Medeot
Verticales - Federico Porrini y Matias MedeotVerticales - Federico Porrini y Matias Medeot
Verticales - Federico Porrini y Matias Medeot
fsolari
 
Tendencias Mobile - Neftali Segovia
Tendencias Mobile - Neftali SegoviaTendencias Mobile - Neftali Segovia
Tendencias Mobile - Neftali Segovia
fsolari
 
Cómo publicar un item - Franco Martinez
Cómo publicar un item - Franco MartinezCómo publicar un item - Franco Martinez
Cómo publicar un item - Franco Martinez
fsolari
 
Autorización - Leandro Bertalot
Autorización - Leandro BertalotAutorización - Leandro Bertalot
Autorización - Leandro Bertalot
fsolari
 
API Overview - Migcenel Gonzalez y Josué Gerardo
API Overview - Migcenel Gonzalez y Josué GerardoAPI Overview - Migcenel Gonzalez y Josué Gerardo
API Overview - Migcenel Gonzalez y Josué Gerardo
fsolari
 
Ibushak - Salomon y Mauricio Bouzali
Ibushak - Salomon y Mauricio BouzaliIbushak - Salomon y Mauricio Bouzali
Ibushak - Salomon y Mauricio Bouzali
fsolari
 
Monetización - Ignacio Caride
Monetización - Ignacio CarideMonetización - Ignacio Caride
Monetización - Ignacio Caride
fsolari
 
Herramientas para vendedores - Nicolas Coniglio
Herramientas para vendedores - Nicolas ConiglioHerramientas para vendedores - Nicolas Coniglio
Herramientas para vendedores - Nicolas Coniglio
fsolari
 
MercadoEnvíos - Soledad Dematteo
MercadoEnvíos - Soledad DematteoMercadoEnvíos - Soledad Dematteo
MercadoEnvíos - Soledad Dematteo
fsolari
 
MercadoPago - Ariel Leiva
MercadoPago - Ariel LeivaMercadoPago - Ariel Leiva
MercadoPago - Ariel Leiva
fsolari
 
Daniel Rabinovich
Daniel RabinovichDaniel Rabinovich
Daniel Rabinovich
fsolari
 
Bienvenida - Marcos Galperin
Bienvenida  - Marcos GalperinBienvenida  - Marcos Galperin
Bienvenida - Marcos Galperin
fsolari
 
MercadoShops - Johnny Wong
MercadoShops - Johnny WongMercadoShops - Johnny Wong
MercadoShops - Johnny Wong
fsolari
 
Open platform - Hernan Di Chello / José Garcia
Open platform  - Hernan Di Chello / José GarciaOpen platform  - Hernan Di Chello / José Garcia
Open platform - Hernan Di Chello / José Garcia
fsolari
 
Live coding - Pablo Moretti
Live coding - Pablo MorettiLive coding - Pablo Moretti
Live coding - Pablo Moretti
fsolari
 
Integración en verticales - Federico Porrini | Matias Medeot
Integración en verticales	- Federico Porrini | Matias MedeotIntegración en verticales	- Federico Porrini | Matias Medeot
Integración en verticales - Federico Porrini | Matias Medeot
fsolari
 
Creando Herramientas para Vendedores - Nicolas Coniglio
Creando Herramientas para Vendedores - Nicolas ConiglioCreando Herramientas para Vendedores - Nicolas Coniglio
Creando Herramientas para Vendedores - Nicolas Coniglio
fsolari
 
Solución Mobile de Pagos - Sergio Cirielli
Solución Mobile de Pagos - Sergio CirielliSolución Mobile de Pagos - Sergio Cirielli
Solución Mobile de Pagos - Sergio Cirielli
fsolari
 
Novedades de la Plataforma MercadoEnvios - Soledad Dematteo
Novedades de la Plataforma MercadoEnvios - Soledad DematteoNovedades de la Plataforma MercadoEnvios - Soledad Dematteo
Novedades de la Plataforma MercadoEnvios - Soledad Dematteo
fsolari
 

More from fsolari (20)

Live code - Pablo Moretti
Live code - Pablo Moretti Live code - Pablo Moretti
Live code - Pablo Moretti
 
Verticales - Federico Porrini y Matias Medeot
Verticales - Federico Porrini y Matias MedeotVerticales - Federico Porrini y Matias Medeot
Verticales - Federico Porrini y Matias Medeot
 
Tendencias Mobile - Neftali Segovia
Tendencias Mobile - Neftali SegoviaTendencias Mobile - Neftali Segovia
Tendencias Mobile - Neftali Segovia
 
Cómo publicar un item - Franco Martinez
Cómo publicar un item - Franco MartinezCómo publicar un item - Franco Martinez
Cómo publicar un item - Franco Martinez
 
Autorización - Leandro Bertalot
Autorización - Leandro BertalotAutorización - Leandro Bertalot
Autorización - Leandro Bertalot
 
API Overview - Migcenel Gonzalez y Josué Gerardo
API Overview - Migcenel Gonzalez y Josué GerardoAPI Overview - Migcenel Gonzalez y Josué Gerardo
API Overview - Migcenel Gonzalez y Josué Gerardo
 
Ibushak - Salomon y Mauricio Bouzali
Ibushak - Salomon y Mauricio BouzaliIbushak - Salomon y Mauricio Bouzali
Ibushak - Salomon y Mauricio Bouzali
 
Monetización - Ignacio Caride
Monetización - Ignacio CarideMonetización - Ignacio Caride
Monetización - Ignacio Caride
 
Herramientas para vendedores - Nicolas Coniglio
Herramientas para vendedores - Nicolas ConiglioHerramientas para vendedores - Nicolas Coniglio
Herramientas para vendedores - Nicolas Coniglio
 
MercadoEnvíos - Soledad Dematteo
MercadoEnvíos - Soledad DematteoMercadoEnvíos - Soledad Dematteo
MercadoEnvíos - Soledad Dematteo
 
MercadoPago - Ariel Leiva
MercadoPago - Ariel LeivaMercadoPago - Ariel Leiva
MercadoPago - Ariel Leiva
 
Daniel Rabinovich
Daniel RabinovichDaniel Rabinovich
Daniel Rabinovich
 
Bienvenida - Marcos Galperin
Bienvenida  - Marcos GalperinBienvenida  - Marcos Galperin
Bienvenida - Marcos Galperin
 
MercadoShops - Johnny Wong
MercadoShops - Johnny WongMercadoShops - Johnny Wong
MercadoShops - Johnny Wong
 
Open platform - Hernan Di Chello / José Garcia
Open platform  - Hernan Di Chello / José GarciaOpen platform  - Hernan Di Chello / José Garcia
Open platform - Hernan Di Chello / José Garcia
 
Live coding - Pablo Moretti
Live coding - Pablo MorettiLive coding - Pablo Moretti
Live coding - Pablo Moretti
 
Integración en verticales - Federico Porrini | Matias Medeot
Integración en verticales	- Federico Porrini | Matias MedeotIntegración en verticales	- Federico Porrini | Matias Medeot
Integración en verticales - Federico Porrini | Matias Medeot
 
Creando Herramientas para Vendedores - Nicolas Coniglio
Creando Herramientas para Vendedores - Nicolas ConiglioCreando Herramientas para Vendedores - Nicolas Coniglio
Creando Herramientas para Vendedores - Nicolas Coniglio
 
Solución Mobile de Pagos - Sergio Cirielli
Solución Mobile de Pagos - Sergio CirielliSolución Mobile de Pagos - Sergio Cirielli
Solución Mobile de Pagos - Sergio Cirielli
 
Novedades de la Plataforma MercadoEnvios - Soledad Dematteo
Novedades de la Plataforma MercadoEnvios - Soledad DematteoNovedades de la Plataforma MercadoEnvios - Soledad Dematteo
Novedades de la Plataforma MercadoEnvios - Soledad Dematteo
 

Recently uploaded

LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 

Recently uploaded (20)

LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 

Novedades de la API - Leandro Bertalot