選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
sp 3dcdeb38cb websocket implemented with dummy send as a toy for test. 4年前
.idea initial workable go project 4年前
html websocket implemented with dummy send as a toy for test. 4年前
README.md websocket implemented with dummy send as a toy for test. 4年前
apiV1Response.go envelop body is used for debug purpose only. 4年前
apiV1login.go added session data to debug Env 4年前
apiv1.go websocket implemented with dummy send as a toy for test. 4年前
config.go enable https and debug switch. 4年前
config.json enable https and debug switch 4年前
debug.go generalized api response with Envelop and Body, passed first test case suite 4年前
go.mod websocket implemented with dummy send as a toy for test. 4年前
go.sum websocket implemented with dummy send as a toy for test. 4年前
main.go websocket implemented with dummy send as a toy for test. 4年前
main_test.go package name update test 4年前
websocket.go websocket implemented with dummy send as a toy for test. 4年前

README.md

Readme for RestAPI

Version 1

1. /login

input

**username** : must be email  
**password** : 4-40 chars

output

{
  "login": true,
  "Biukop-Session": "biukop session id",
  "Biukop-Mid": "biukop machine id"
}
  1. /signup
  2. /logout
  3. /loans?skip=page= GET
  4. /loan/id GET POST PUT DELETE
  5. /User/id GET POST PUT DELETE
  6. /Users?skip=page= GET
  7. /Broker/id GET POST PUT DELETE
  8. /Brokers
  9. /rewards/roan_id/ GET
  10. /reward/id POST DELETE
  11. /Payouts
  12. /Payout/id
  13. /rbac/id R U D
  14. /audit POST
  15. /sendmessage POST
  16. /message/id R D
  17. /message_status/id POST PUT DELETE
  18. /upload POST
  19. /user_lists
  20. /user_list/id
  21. /user_list_trees
  22. /user_list_tree/id