SlideShare a Scribd company logo
Intro to dev tools for
RESTful APIs
Micha Mazaheri
Tools for RESTful APIs
How to make a REST API?
How to test a REST API?
REST
• Back to HTTP roots (RFC 2616)
• Stateless – Each request is an independent transaction
• Resources – Everything is a resource identified by a URI

/{meetup_slug}

/{meetup_slug}/events/{id}

/{meetup_slug}/events/{id}/comments
• CRUD Methods

GET, HEAD, OPTIONS

POST, PUT, PATCH

DELETE
Stay RESTful
POST /ParisAPI/events/225897650/

{

"name":"Paris API Rocks"

}
PATCH /ParisAPI/events/225897650/

{

"name":"Paris API Rocks"

}
POST /ParisAPI/events/225897650/set-name

Paris API Rocks
Hypermedia
{

"name":"Paris API",

"organizer_id":88226292

}
{

"name":"Paris API",

“organizer":"/ParisAPI/members/88226292/"

}
HATEOAS (Hypermedia as the Engine of Application State)
Tools for RESTful APIs
JSON-LD
JSON for Linking Data

http://json-ld.org/
JSON Schema
json-schema.org
HTTP Clients
Playgrounds for APIs
Paw
Pawprint
JSFiddle for APIs
Proxy
Runscope

Traffic InspectorCharles HTTP Client RequestBin
Local Tunneling
localhost:8080 api.mydomain.com
Secure tunnels to localhost
API definition
Think before writing code
Contract for APIs
Make consumers & providers happy together
Swagger
• JSON or YAML
• JSON Schema

http://json-schema.org/
• Many integrations
• Most popular (Github stars)
Swagger
"paths": {
"/meetups": {
"get": {
"description": "",
"produces": [
"application/json"
],
"parameters": [
{
"name": "tags",
"in": "query",
"description": "Tag your devfloorists",
"required": false,
"type": "array",
"items": {
"type": "string"
}
...
Swagger
Swagger UI for documentation
Swagger
Swagger Editor for realtime preview
RAML
API Blueprint
API Blueprint
Interactive documentation (Apiary.io SaaS)
Monitoring Tools
Runscope Radar
• Cloud proxy to debug

Debug staging & prod
• Have assertions & tests
KONG & Galileo
• KONG: extension of Nginx
• Galileo: analytics for APIs
Oh and…We hire!Bring together API playgrounds & definitions
Encourage best practices
Collaboration platform
and cool customers already…
Stay Tuned
Oh and…We hire rockstars!
• React or OS X genius
• Passion for interfaces &
beautiful code
• Startup gal or guy (or cat?)
http.cat
https://http.cat
Thanks!
Micha Mazaheri
@mittsh
Paw
http://paw.rest
@luckymarmot
Questions?
Micha Mazaheri
@mittsh
Paw
http://paw.rest
@luckymarmot
50% off
PARISAPI
Paw
http://paw.rest
@luckymarmot

More Related Content

PDF
Icinga Camp Belgrade - Icinga 2 Apify Them All
Icinga
 
PPTX
So youwanttobeopenstackcontributor
Iccha Sethi
 
PPTX
ICINGA (Monitoring Basics & Reporting)
Mohammad Awais Javaid
 
PPTX
DevOps, Yet Another IT Revolution
Richard Langlois P. Eng.
 
PDF
Search Analytics with ELK (Elastic Stack)
MC+A
 
PPTX
Xtending nintex workflow cloud w azure functions - xchange conference
Michael Oryszak
 
PDF
Alexa Skills Kit programing for dummies
Naotaka Jay HOTTA
 
PDF
RESTful HATEOAS standards using Java based Katharsis
Keith Moore
 
Icinga Camp Belgrade - Icinga 2 Apify Them All
Icinga
 
So youwanttobeopenstackcontributor
Iccha Sethi
 
ICINGA (Monitoring Basics & Reporting)
Mohammad Awais Javaid
 
DevOps, Yet Another IT Revolution
Richard Langlois P. Eng.
 
Search Analytics with ELK (Elastic Stack)
MC+A
 
Xtending nintex workflow cloud w azure functions - xchange conference
Michael Oryszak
 
Alexa Skills Kit programing for dummies
Naotaka Jay HOTTA
 
RESTful HATEOAS standards using Java based Katharsis
Keith Moore
 

Similar to Tools for RESTful APIs (20)

PDF
RESTful HATEOAS standards using Java based Katharsis
Keith Moore
 
PDF
REST API Basics
Tharindu Weerasinghe
 
PPTX
RESTful APIs in .NET
Greg Sohl
 
PDF
REST APIs
Arthur De Magalhaes
 
PPTX
IBM Integration Bus and REST APIs - Sanjay Nagchowdhury
Karen Broughton-Mabbitt
 
PPT
Introduction to Google APIs
Siva Arunachalam
 
PDF
Restful风格ž„web服务架构
Benjamin Tan
 
PPTX
JAX-RS. Developing RESTful APIs with Java
Jerry Kurian
 
PPTX
Beginner's Guide REST Basics - 101 by Smartbear
Eski2
 
PDF
ReSTful API Final
Claudine Bruyns
 
PPTX
A Deep Dive into RESTful API Design Part 2
VivekKrishna34
 
PPTX
Building Valuable Restful APIs - HRPHP 2015
Guillermo A. Fisher
 
PPTX
RESTful Services
Jason Gerard
 
PPTX
Rest API
Rohana K Amarakoon
 
ODP
RESTful Web Services with JAX-RS
Carol McDonald
 
PDF
Thinking restfully
Stelios Gorilas
 
PDF
Rest API Interview Questions PDF By ScholarHat
Scholarhat
 
PDF
Crafting APIs
Tatiana Al-Chueyr
 
PPTX
Building Restful Web Services with Java
Vassil Popovski
 
PDF
Creating Restful Web Services with restish
Grig Gheorghiu
 
RESTful HATEOAS standards using Java based Katharsis
Keith Moore
 
REST API Basics
Tharindu Weerasinghe
 
RESTful APIs in .NET
Greg Sohl
 
IBM Integration Bus and REST APIs - Sanjay Nagchowdhury
Karen Broughton-Mabbitt
 
Introduction to Google APIs
Siva Arunachalam
 
Restful风格ž„web服务架构
Benjamin Tan
 
JAX-RS. Developing RESTful APIs with Java
Jerry Kurian
 
Beginner's Guide REST Basics - 101 by Smartbear
Eski2
 
ReSTful API Final
Claudine Bruyns
 
A Deep Dive into RESTful API Design Part 2
VivekKrishna34
 
Building Valuable Restful APIs - HRPHP 2015
Guillermo A. Fisher
 
RESTful Services
Jason Gerard
 
RESTful Web Services with JAX-RS
Carol McDonald
 
Thinking restfully
Stelios Gorilas
 
Rest API Interview Questions PDF By ScholarHat
Scholarhat
 
Crafting APIs
Tatiana Al-Chueyr
 
Building Restful Web Services with Java
Vassil Popovski
 
Creating Restful Web Services with restish
Grig Gheorghiu
 
Ad

Recently uploaded (20)

PPTX
ConcordeApp: Engineering Global Impact & Unlocking Billions in Event ROI with AI
chastechaste14
 
PPTX
PFAS Reporting Requirements 2026 Are You Submission Ready Certivo.pptx
Certivo Inc
 
PDF
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
PDF
Bandai Playdia The Book - David Glotz
BluePanther6
 
PDF
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
PDF
An Experience-Based Look at AI Lead Generation Pricing, Features & B2B Results
Thomas albart
 
PDF
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
PPTX
Presentation about variables and constant.pptx
kr2589474
 
PDF
49785682629390197565_LRN3014_Migrating_the_Beast.pdf
Abilash868456
 
PPTX
Presentation about variables and constant.pptx
safalsingh810
 
PPTX
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
PDF
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
PPTX
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
PDF
Exploring AI Agents in Process Industries
amoreira6
 
PPTX
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
DOCX
Can You Build Dashboards Using Open Source Visualization Tool.docx
Varsha Nayak
 
PPTX
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
PDF
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
ESUG
 
PPTX
The-Dawn-of-AI-Reshaping-Our-World.pptxx
parthbhanushali307
 
PDF
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
ConcordeApp: Engineering Global Impact & Unlocking Billions in Event ROI with AI
chastechaste14
 
PFAS Reporting Requirements 2026 Are You Submission Ready Certivo.pptx
Certivo Inc
 
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
Bandai Playdia The Book - David Glotz
BluePanther6
 
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
An Experience-Based Look at AI Lead Generation Pricing, Features & B2B Results
Thomas albart
 
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
Presentation about variables and constant.pptx
kr2589474
 
49785682629390197565_LRN3014_Migrating_the_Beast.pdf
Abilash868456
 
Presentation about variables and constant.pptx
safalsingh810
 
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
Exploring AI Agents in Process Industries
amoreira6
 
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
Can You Build Dashboards Using Open Source Visualization Tool.docx
Varsha Nayak
 
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
ESUG
 
The-Dawn-of-AI-Reshaping-Our-World.pptxx
parthbhanushali307
 
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
Ad

Tools for RESTful APIs