Publicité

Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)

VP, Engineering at InContext Solutions à InContext Solutions
9 Nov 2009
Publicité

Contenu connexe

Publicité

Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)

  1. Bulk of experience on enterprise-scale applications
  2. Microsoft platform (mostly)
  3. Using REST
  4. Be Stateless and Cacheable
  5. Use Addressable Resources
  6. Be Stateless and Cacheable
  7. Use Addressable Resources
  8. Be Stateless and Cacheable
  9. Use Addressable Resources
  10. Every HTTP request executes in complete isolation on the server
  11. Be Stateless and Cacheable
  12. Use Addressable Resources
  13. Anything you can point to
  14. Be Stateless and Cacheable
  15. Addressable Resources
  16. Resources are modifiable through Representations
  17. XML
  18. JSON
  19. Verbose Payload
  20. Envelope
  21. Not easily readable
  22. Requires Development Tools
  23. Uses POST Method
  24. Supports Transactions
  25. Standardized Discovery
  26. Lightweight Payload
  27. Postcard
  28. Human Readable Results
  29. Easy to work with, Brower-testable
  30. GET Method supports caching
  31. No Transactions
  32. Discovery
  33. Format the URI (parameters, variables)
  34. Encode Authentication into the Header
  35. Make Call
  36. Community-built library/wrapper
  37. code.google.com
  38. www.codeplex.com
  39. You may be waiting for the library to become available.
  40. Eclipse Http4e
  41. Fiddler
Publicité