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
PostmanでAPIの動作確認が楽になった話
Search
Toshimasa Hashiguchi
April 17, 2024
Programming
0
600
PostmanでAPIの動作確認が楽になった話
手動で行っていたAPIの動作確認をPostmanとGitHub Actionsで自動化したら、開発がめちゃくちゃ楽になった話です。
Toshimasa Hashiguchi
April 17, 2024
Tweet
Share
More Decks by Toshimasa Hashiguchi
See All by Toshimasa Hashiguchi
ASP.NET Core の OpenAPIサポート
h455h1
0
300
Other Decks in Programming
See All in Programming
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
460
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.3k
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
600
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
690
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
Cache Me If You Can
ryunen344
2
1.5k
パッケージ設計の黒魔術/Kyoto.go#63
lufia
3
440
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.5k
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
280
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
230
複雑なドメインに挑む.pdf
yukisakai1225
5
1.2k
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
330
21k
How to train your dragon (web standard)
notwaldorf
96
6.2k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
4 Signs Your Business is Dying
shpigford
184
22k
Six Lessons from altMBA
skipperchong
28
4k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Automating Front-end Workflow
addyosmani
1370
200k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Transcript
PostmanでAPIの動作確認が楽になった話 Hassy
Hassy(はっしー) ❏ 株式会社 オルターブース ❏ Webアプリケーションエンジニア ❏ 主な技術領域:C#、.NET、Azure、GitHub ❏ Azure
Solutions Architect Expert ❏ Senior Virtual Reality Specialist X: @h455h1
API動作確認どうしてますか? ❏ Postman ❏ curl ❏ Swagger
今までの動作確認 APIの実装 動作確認 ポチ ポチ ポチ ポチ ポチ ポチ 手動で動作確認
ポチ ポチ ポチ ポチ ポチ ポチ ポチ ポチ
New 動作確認 APIの実装 自動で動作確認
Tests Postbotでテストが 簡単に書ける!
Run collection リクエストまとめて実 行できる!
Postman CLI と CI/CD
GitHub Actions 簡単に組み込める!
Postman Advent Calendar 2023 Postman × GitHub Actions でWebAPIのテスト を自動化しよう!
#@Postman - Qiita
PostmanでAPIの動作確認が楽になった話 Hassy