Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
sp 3dcdeb38cb websocket implemented with dummy send as a toy for test. il y a 4 ans
.idea initial workable go project il y a 4 ans
html websocket implemented with dummy send as a toy for test. il y a 4 ans
README.md websocket implemented with dummy send as a toy for test. il y a 4 ans
apiV1Response.go envelop body is used for debug purpose only. il y a 4 ans
apiV1login.go added session data to debug Env il y a 4 ans
apiv1.go websocket implemented with dummy send as a toy for test. il y a 4 ans
config.go enable https and debug switch. il y a 4 ans
config.json enable https and debug switch il y a 4 ans
debug.go generalized api response with Envelop and Body, passed first test case suite il y a 4 ans
go.mod websocket implemented with dummy send as a toy for test. il y a 4 ans
go.sum websocket implemented with dummy send as a toy for test. il y a 4 ans
main.go websocket implemented with dummy send as a toy for test. il y a 4 ans
main_test.go package name update test il y a 4 ans
websocket.go websocket implemented with dummy send as a toy for test. il y a 4 ans

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