You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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