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
40
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
93
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
68
From New Cluster to Insight. Deploying Monitoring and Logging to Kubernetes
eddiezane
0
82
Creating a Terraform Provider for Just About Anything
eddiezane
0
99
Keeping The Opening Ceremony Cool
eddiezane
0
80
SBHS Hackathon
eddiezane
0
170
Surviving Your First Hackathon
eddiezane
0
58
Other Decks in Technology
See All in Technology
ゆるふわエンジニアでもAIフローにチャレンジしたい!!~Zapierのすゝめ~
masakiokuda
2
100
見てわかるテスト駆動開発
recruitengineers
PRO
6
1.7k
絶対に失敗できないキャンペーンページの高速かつ安全な開発、WINTICKET × microCMS の開発事例
microcms
0
190
JavaScript 研修
recruitengineers
PRO
5
950
Goss: New Production-Ready Go Binding for Faiss #coefl_go_jp
bengo4com
0
1.1k
【Oracle Cloud ウェビナー】[最新動向]:AIエージェント大量生産時代に突入、AI-Readyなデータプラットフォームのススメ
oracle4engineer
PRO
3
110
Oracle Base Database Service:サービス概要のご紹介
oracle4engineer
PRO
2
20k
DeNA での思い出 / Memories at DeNA
orgachem
PRO
3
1.8k
AIエージェントの活用に重要な「MCP (Model Context Protocol)」とは何か
masayamoriofficial
0
130
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.6k
Preferred Networks (PFN) とLLM Post-Training チームの紹介 / 第4回 関東Kaggler会 スポンサーセッション
pfn
PRO
1
260
我々は雰囲気で仕事をしている / How can we do vibe coding as well
naospon
2
220
Featured
See All Featured
Scaling GitHub
holman
462
140k
Become a Pro
speakerdeck
PRO
29
5.5k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Navigating Team Friction
lara
189
15k
Side Projects
sachag
455
43k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
900
RailsConf 2023
tenderlove
30
1.2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
It's Worth the Effort
3n
187
28k
Site-Speed That Sticks
csswizardry
10
790
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
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