Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 321 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 321 Bytes

API Sample

動かし方

gradlew bootRun

Browse http://localhost:8080/signup

タイムラインを取得する

  • /timeline
curl http://localhost:8080/timeline

つぶやきをポストする

  • /post
curl http://localhost:8080/post -F userId=backpaper0 -F "text=Hello world"