Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Fordham University API Workshop
Search
Eddie Zaneski
March 04, 2015
Technology
0
75
Fordham University API Workshop
Eddie Zaneski
March 04, 2015
Tweet
Share
More Decks by Eddie Zaneski
See All by Eddie Zaneski
Kubernetes: The Operating System for the Cloud
eddiezane
0
94
A Gentle Introduction to Kubernetes
eddiezane
1
180
Docker Is the New Package Manager: Making Local Development a Breeze
eddiezane
0
160
Turing API Workshop
eddiezane
0
40
[KubeCon EU 2019] From New Cluster to Insight: Deploying Monitoring and Logging to Kubernetes
eddiezane
0
68
From New Cluster to Insight. Deploying Monitoring and Logging to Kubernetes
eddiezane
0
84
Creating a Terraform Provider for Just About Anything
eddiezane
0
99
Keeping The Opening Ceremony Cool
eddiezane
0
82
SBHS Hackathon
eddiezane
0
180
Other Decks in Technology
See All in Technology
OCIjp_Oracle AI World_Recap
shinpy
1
180
20251027_マルチエージェントとは
almondo_event
1
380
だいたい分かった気になる 『SREの知識地図』 / introduction-to-sre-knowledge-map-book
katsuhisa91
PRO
3
1.4k
個人でデジタル庁の デザインシステムをVue.jsで 作っている話
nishiharatsubasa
3
5k
OTEPsで知るOpenTelemetryの未来 / Observability Conference Tokyo 2025
arthur1
0
210
マルチエージェントのチームビルディング_2025-10-25
shinoyamada
0
150
AI時代におけるデータの重要性 ~データマネジメントの第一歩~
ryoichi_ota
0
710
CREが作る自己解決サイクルSlackワークフローに組み込んだAIによる社内ヘルプデスク改革 #cre_meetup
bengo4com
0
330
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
【SORACOM UG Explorer 2025】さらなる10年へ ~ SORACOM MVC 発表
soracom
PRO
0
130
会社を支える Pythonという言語戦略 ~なぜPythonを主要言語にしているのか?~
curekoshimizu
3
660
Azure Well-Architected Framework入門
tomokusaba
1
120
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
GitHub's CSS Performance
jonrohan
1032
470k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Visualization
eitanlees
149
16k
Into the Great Unknown - MozCon
thekraken
40
2.1k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
Unsuck your backbone
ammeep
671
58k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Transcript
Eddie Zaneski Developer Evangelist @eddiezane
None
What is AN API?
Export Functionality
None
REST
GET POST PUT PATCH DELETE HEAD
* Connected to api.giphy.com (54.225.182.29) port 80 (#0) > GET
/v1/gifs/random?api_key=dc6zaTOxFJmzC HTTP/1.1 > User-Agent: curl/7.37.1 > Host: api.giphy.com > Accept: */* http://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC
Hostname http://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC
Request Path http://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC
Query Args http://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC
None
bit.ly/HACKFU