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
Turing API Workshop
Search
Eddie Zaneski
July 12, 2019
Technology
0
33
Turing API Workshop
Eddie Zaneski
July 12, 2019
Tweet
Share
More Decks by Eddie Zaneski
See All by Eddie Zaneski
Kubernetes: The Operating System for the Cloud
eddiezane
0
87
A Gentle Introduction to Kubernetes
eddiezane
1
170
Docker Is the New Package Manager: Making Local Development a Breeze
eddiezane
0
160
[KubeCon EU 2019] From New Cluster to Insight: Deploying Monitoring and Logging to Kubernetes
eddiezane
0
59
From New Cluster to Insight. Deploying Monitoring and Logging to Kubernetes
eddiezane
0
74
Creating a Terraform Provider for Just About Anything
eddiezane
0
88
Keeping The Opening Ceremony Cool
eddiezane
0
78
SBHS Hackathon
eddiezane
0
160
Surviving Your First Hackathon
eddiezane
0
57
Other Decks in Technology
See All in Technology
AIと共に乗り越える、 入社後2ヶ月の苦労と学習の軌跡
sai_kaneko
0
190
SREからゼロイチプロダクト開発へ ー越境する打席の立ち方と期待への応え方ー / Product Engineering Night #8
itkq
2
1.1k
ここはMCPの夜明けまえ
nwiizo
32
13k
Web Intelligence and Visual Media Analytics
weblyzard
PRO
1
6k
Notion x ポストモーテムで広げる組織の学び / Notion x Postmortem
isaoshimizu
1
150
クラウドネイティブ環境の脅威モデリング
kyohmizu
1
290
LINE 購物幕後推手
line_developers_tw
PRO
0
330
ビジネスとデザインとエンジニアリングを繋ぐために 一人のエンジニアは何ができるか / What can a single engineer do to connect business, design, and engineering?
kaminashi
2
860
バクラクの認証基盤の成長と現在地 / bakuraku-authn-platform
convto
4
880
OpenLane-V2ベンチマークと代表的な手法
kzykmyzw
0
150
SnowflakeとDatabricks両方でRAGを構築してみた
kameitomohiro
1
570
もう難しくない!誰でもカンタンDocker入門 〜30分であなたのPCにアプリを立ち上げる〜
devops_vtj
0
180
Featured
See All Featured
How GitHub (no longer) Works
holman
314
140k
GraphQLとの向き合い方2022年版
quramy
46
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.4k
Embracing the Ebb and Flow
colly
85
4.7k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Building an army of robots
kneath
305
45k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
690
Transcript
digitalocean.com Turing School API Workshop Eddie Zaneski @eddiezane
None
digitalocean.com What is an API?
digitalocean.com Export Functionality
digitalocean.com HTTP
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g * Connected to api.giphy.com (151.101.186.2) port 443 (#0)
> GET /v1/gifs/random?api_key=dc6zaTOxFJmzC HTTP/2 > Host: api.giphy.com > User-Agent: curl/7.58.0 > Accept: */* < HTTP/2 200 < content-type: application/json … < {"data":{"type":"gif",...
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g
digitalocean.com https://
digitalocean.com https:// Scheme
digitalocean.com https://api.giphy.com
digitalocean.com https://api.giphy.com Hostname
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g Path
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g Query
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g Query Path Scheme Hostname
digitalocean.com What is REST?
digitalocean.com Resources
digitalocean.com Examples of Web API's?
digitalocean.com
digitalocean.com GraphQL
digitalocean.com gRPC
Thanks! @eddiezane