Diferencia entre revisiones de «Curso Python DGA 2011/servicios web/documentacion»

De WikiEducator
Saltar a: navegación, buscar
(Página creada con '{{:Curso Python DGA 2011/servicios_web/nav}} {{MiTitulo| Documentación inicial}} == REST == xxx == JSON == xxxx == Google APIs == xxxxx == Flicker == xxxx == Microsoft Tr…')
 
 
(2 revisiones intermedias por el mismo usuario no mostrado)
Línea 4: Línea 4:
  
 
== REST ==
 
== REST ==
xxx
+
* Wikipedia : http://es.wikipedia.org/wiki/Representational_State_Transfer
  
 
== JSON ==
 
== JSON ==
xxxx
+
* Wikipedia : http://es.wikipedia.org/wiki/Json
  
 
== Google APIs ==
 
== Google APIs ==
xxxxx
+
* Documentación
 +
  * Custom Search : http://code.google.com/intl/es/apis/customsearch/v1/overview.html
 +
  * Maps : http://code.google.com/apis/maps/documentation/webservices/index.html
 +
  * Youtube : http://code.google.com/apis/youtube/1.0/developers_guide_python.html
 +
  * URL shortener : http://code.google.com/apis/urlshortener/v1/reference.html
 +
  * Calendar : http://code.google.com/apis/urlshortener/v1/reference.html
 +
  * Docs : http://code.google.com/apis/documents/docs/3.0/developers_guide_python.html
 +
 
 +
* Librerias:
 +
  * http://code.google.com/p/gdata-python-client
 +
  * http://code.google.com/p/google-api-python-client
  
 
== Flicker ==
 
== Flicker ==
xxxx
+
* http://www.flickr.com/services/developer/
  
 
== Microsoft Translator ==
 
== Microsoft Translator ==
*****
+
* http://www.microsofttranslator.com/dev/
  
 
== Twitter ==
 
== Twitter ==
xxxx
+
* https://dev.twitter.com/docs/api
 +
* http://code.google.com/p/python-twitter
  
 
== Facebook ==
 
== Facebook ==
 +
* http://developers.facebook.com/docs/
 +
 +
== Google Application Engine ==
 +
* Para Python : http://code.google.com/intl/es/appengine/docs/python/gettingstarted/introduction.html
 +
* Con Django : http://code.google.com/intl/es-ES/appengine/articles/django.html
 +
* Almacenamiento con Django : http://code.google.com/intl/es-ES/appengine/articles/django-nonrel.html

Última revisión de 23:51 9 ago 2011




REST

JSON

Google APIs

  • Documentación
 * Custom Search : http://code.google.com/intl/es/apis/customsearch/v1/overview.html
 * Maps : http://code.google.com/apis/maps/documentation/webservices/index.html
 * Youtube : http://code.google.com/apis/youtube/1.0/developers_guide_python.html
 * URL shortener : http://code.google.com/apis/urlshortener/v1/reference.html
 * Calendar : http://code.google.com/apis/urlshortener/v1/reference.html
 * Docs : http://code.google.com/apis/documents/docs/3.0/developers_guide_python.html
  • Librerias:
 * http://code.google.com/p/gdata-python-client
 * http://code.google.com/p/google-api-python-client

Flicker

Microsoft Translator

Twitter

Facebook

Google Application Engine