No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
sp 64cc9648e6 tracking cookie only goes for last send, as it can only set once, and cannot be overwritten. hace 4 años
.idea initial workable go project hace 4 años
html added static test for directory sub-dir support hace 4 años
README.md first commit with read me. hace 4 años
apiV1Response.go session is prepared, and now starts to make sure login works. hace 4 años
apiV1login.go make sure tracking cookie is enforced for login handler. hace 4 años
apiv1.go tracking cookie only goes for last send, as it can only set once, and cannot be overwritten. hace 4 años
config.go session is prepared, and now starts to make sure login works. hace 4 años
config.json session is prepared, and now starts to make sure login works. hace 4 años
debug.go generalized api response with Envelop and Body, passed first test case suite hace 4 años
go.mod session is prepared, and now starts to make sure login works. hace 4 años
go.sum login reuse session tested. hace 4 años
main.go bigfix tracking cookie , only sent right before we try to handle each request. hace 4 años
main_test.go test serializing struct with session for http server hace 4 años

README.md

Readme for RestAPI

Version 1

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