LoginSignup
0
1

More than 3 years have passed since last update.

golangのrestのググりまとめ

Posted at

golangでrestを試してみたくて、まずは記事を調べてみた。

golangでシンプルなRESTful APIを作ってみよう!
mux packageを使って、Readを試してみている。

RESTAPI WITH Go言語!
mux packageを使って、CRUDを作り、ElephantSQL(postgresのPaaS)でdb接続もやっている。

【Go×WAF】うほうほ!!gorillaを分かりやすくまとめてみた【mux/context/schema】
mux packageのrouterを丁寧に網羅してかいて、testも書き、gorilla packageでのformへのDecode&Encodeを解説してくれている。

【第4回】Go言語(Golang)入門~REST API環境構築編~
right code様のgolangの記事。echo frameworkを使って、
簡単なPOST、JSONでの受け渡しなどをやっている。
続きの第5回実装編にて、firebaseを使って試している

golangでREST APIをやってみた①
go-json-restやgormを使って、実装している。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1