SlideShare a Scribd company logo
1 of 34
RESTful API
    Э. Золзаяа
Who Am I?
Who Am I?




zolzayaonit.blogspot.com

zolzaya_eb


zolzaya
Agenda




•   REST
•   API overview
•   Why RESTful API
•   Best practices
•   Асуулт & Хариулт
REST-н танилцуулга
REST




•   Representational State Transfer /aka REST/
•   Software architecture style
•   Distributed system
•   Roy Field /also author of HTTP 1.0/
•   2000 /doctoral dissertation/
•   Components
     • Client
     • Server
Creator of REST




Roy Fielding
REST
REST




REST architecture style
GET
POST
PUT
PATCH                  request
DELETE
                                 Resource
TRACE
OPTIONS
……………
          HTTP verbs
REST




HTTP methods
REST in Rails




REST in Rails
REST in Rails
REST vs RESTful




REST vs RESTful
REST API-н танилцуулга
Application Programming Interface /API/




                               Photo



YOU   API                          User



                                Profile
Example REST API
API Growth
API types
Purpose of API




Purpose of API
Why RESTful API?
Why REST




Keep the simple things simple
Why REST




REST
Best practices
JSON vs XML




JSON vs XML
UML Design




http://yourapi/product
           vs
http://yourapi/products
Versioning




Path
http://yourapi/v1/products



Header
Accept=application/vnd.yourapi-v1+json



Param
http://yourapi/products?v=1
Status codes
Status codes
Representation




      Meta data

{
    “meta”: { …. },
    “product”: { …. },           Resource


     “notifications”: [ …. ]
}

       Notifications
Building API in Ruby
Grape gem on GitHub




https://github.com/intridea/grape
Жишээ код
Асуулт & Хариулт
Api

More Related Content

Viewers also liked

Parker garrin visual_resume
Parker garrin visual_resumeParker garrin visual_resume
Parker garrin visual_resumemungbeardstudios
 
Mandala gp presentation to CAP Delegates , Aug 2013
Mandala gp   presentation to CAP Delegates , Aug 2013Mandala gp   presentation to CAP Delegates , Aug 2013
Mandala gp presentation to CAP Delegates , Aug 2013Paola Saad, MBA
 
BDC Report MGP five-dos-and-five-donts
BDC Report MGP five-dos-and-five-dontsBDC Report MGP five-dos-and-five-donts
BDC Report MGP five-dos-and-five-dontsPaola Saad, MBA
 
K. legacy of ireland
K. legacy of irelandK. legacy of ireland
K. legacy of irelandCaltennis28
 
диатез, рахит, тураал, цу с багадалт 2013 д.м
диатез, рахит, тураал, цу  с багадалт 2013 д.мдиатез, рахит, тураал, цу  с багадалт 2013 д.м
диатез, рахит, тураал, цу с багадалт 2013 д.мАШУҮИС
 

Viewers also liked (7)

Parker garrin visual_resume
Parker garrin visual_resumeParker garrin visual_resume
Parker garrin visual_resume
 
Mandala gp presentation to CAP Delegates , Aug 2013
Mandala gp   presentation to CAP Delegates , Aug 2013Mandala gp   presentation to CAP Delegates , Aug 2013
Mandala gp presentation to CAP Delegates , Aug 2013
 
BDC Report MGP five-dos-and-five-donts
BDC Report MGP five-dos-and-five-dontsBDC Report MGP five-dos-and-five-donts
BDC Report MGP five-dos-and-five-donts
 
K. legacy of ireland
K. legacy of irelandK. legacy of ireland
K. legacy of ireland
 
Melanoma tumor
Melanoma tumorMelanoma tumor
Melanoma tumor
 
Facebook Open Graph Protocol
Facebook Open Graph ProtocolFacebook Open Graph Protocol
Facebook Open Graph Protocol
 
диатез, рахит, тураал, цу с багадалт 2013 д.м
диатез, рахит, тураал, цу  с багадалт 2013 д.мдиатез, рахит, тураал, цу  с багадалт 2013 д.м
диатез, рахит, тураал, цу с багадалт 2013 д.м
 

Similar to Api

spray: REST on Akka (Scala Days)
spray: REST on Akka (Scala Days)spray: REST on Akka (Scala Days)
spray: REST on Akka (Scala Days)sirthias
 
Integration on Force.com Platform
Integration on Force.com PlatformIntegration on Force.com Platform
Integration on Force.com PlatformAmit Jain
 
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)Pete Morano
 
Web Services: Dje - Sot
Web Services: Dje - Sot Web Services: Dje - Sot
Web Services: Dje - Sot Betim Drenica
 
Building Self Documenting REST APIs
Building Self Documenting REST APIsBuilding Self Documenting REST APIs
Building Self Documenting REST APIsYan Pritzker
 
RESTful API-centric Universe
RESTful API-centric UniverseRESTful API-centric Universe
RESTful API-centric UniverseTihomir Opačić
 
Fundamental essentials for api design
Fundamental essentials for api designFundamental essentials for api design
Fundamental essentials for api designMichael James Cyrus
 
Fundamental essentials for api design
Fundamental essentials for api designFundamental essentials for api design
Fundamental essentials for api designMichael James Cyrus
 
Fundamental Essentials for API Design
Fundamental Essentials for API DesignFundamental Essentials for API Design
Fundamental Essentials for API DesignMichael James Cyrus
 
Introduction to Google APIs
Introduction to Google APIsIntroduction to Google APIs
Introduction to Google APIsSiva Arunachalam
 
Advanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST APIAdvanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST APIRasan Samarasinghe
 
Restful web services rule financial
Restful web services   rule financialRestful web services   rule financial
Restful web services rule financialRule_Financial
 
WSO2 ESB Integration with REST
WSO2 ESB Integration with RESTWSO2 ESB Integration with REST
WSO2 ESB Integration with RESTWSO2
 
Getting to Grips with RESTful APIs
Getting to Grips with RESTful APIsGetting to Grips with RESTful APIs
Getting to Grips with RESTful APIsPetko Mikhailov
 
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...Nguyen Duc Phu
 

Similar to Api (20)

Restful design at work v2.0
Restful design at work v2.0Restful design at work v2.0
Restful design at work v2.0
 
spray: REST on Akka (Scala Days)
spray: REST on Akka (Scala Days)spray: REST on Akka (Scala Days)
spray: REST on Akka (Scala Days)
 
Integration on Force.com Platform
Integration on Force.com PlatformIntegration on Force.com Platform
Integration on Force.com Platform
 
Unerstanding and Using RESTful APIs
Unerstanding and Using RESTful APIsUnerstanding and Using RESTful APIs
Unerstanding and Using RESTful APIs
 
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)
 
Web Services: Dje - Sot
Web Services: Dje - Sot Web Services: Dje - Sot
Web Services: Dje - Sot
 
Building Self Documenting REST APIs
Building Self Documenting REST APIsBuilding Self Documenting REST APIs
Building Self Documenting REST APIs
 
Soap and Rest
Soap and RestSoap and Rest
Soap and Rest
 
Apitesting.pptx
Apitesting.pptxApitesting.pptx
Apitesting.pptx
 
RESTful API-centric Universe
RESTful API-centric UniverseRESTful API-centric Universe
RESTful API-centric Universe
 
Fundamental essentials for api design
Fundamental essentials for api designFundamental essentials for api design
Fundamental essentials for api design
 
Fundamental essentials for api design
Fundamental essentials for api designFundamental essentials for api design
Fundamental essentials for api design
 
Fundamental Essentials for API Design
Fundamental Essentials for API DesignFundamental Essentials for API Design
Fundamental Essentials for API Design
 
Railsで作るBFFの功罪
Railsで作るBFFの功罪Railsで作るBFFの功罪
Railsで作るBFFの功罪
 
Introduction to Google APIs
Introduction to Google APIsIntroduction to Google APIs
Introduction to Google APIs
 
Advanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST APIAdvanced Web Development in PHP - Understanding REST API
Advanced Web Development in PHP - Understanding REST API
 
Restful web services rule financial
Restful web services   rule financialRestful web services   rule financial
Restful web services rule financial
 
WSO2 ESB Integration with REST
WSO2 ESB Integration with RESTWSO2 ESB Integration with REST
WSO2 ESB Integration with REST
 
Getting to Grips with RESTful APIs
Getting to Grips with RESTful APIsGetting to Grips with RESTful APIs
Getting to Grips with RESTful APIs
 
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
Hanoi php day 2008 - 05. nguyen hai nhat huy - building-restful-web-service-w...
 

Api