Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 809 Bytes

API定義書.md

File metadata and controls

61 lines (38 loc) · 809 Bytes

c++

  • ポート番号:50005
  • /hello:Hello World!を返却

c#

  • ポート番号:50006

dart

  • ポート番号:50009

elixir

  • ポート番号:50010
  • /api\hello:{"message":"Hello World"}を返却

go

  • ポート番号:50001
  • /hello:Hello Worldを返却

java

  • ポート番号:50008

kotlin

  • ポート番号:50011

php

  • ポート番号:50012
  • /hello:Hello, world!を返却

python

  • ポート番号:50000
  • /:{"Hello":"World"}を返却

R

  • ポート番号:50007
  • /hello:hello worldを返却

ruby

  • ポート番号:50004
  • /hello/view:Hello, world!を返却

rust

  • ポート番号:50002
  • /hello:hello worldを返却

scara

  • ポート番号:50013

swift

  • ポート番号:50014

typescript

  • ポート番号:50003