Skip to content

ihcomega56/simple-api-sample

 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.2%
  • HTML 6.8%