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 612421221d envelop body is used for debug purpose only. il y a 4 ans
.idea initial workable go project il y a 4 ans
html added static test for directory sub-dir support il y a 4 ans
README.md first commit with read me. il y a 4 ans
apiV1Response.go envelop body is used for debug purpose only. il y a 4 ans
apiV1login.go simplify login process and its data structure il y a 4 ans
apiv1.go session management simplified. using only session id , and cookie. enables CORS support. over https only. Cookie require secure. il y a 4 ans
config.go session is prepared, and now starts to make sure login works. il y a 4 ans
config.json session is prepared, and now starts to make sure login works. 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 session is prepared, and now starts to make sure login works. il y a 4 ans
go.sum login reuse session tested. il y a 4 ans
main.go bigfix tracking cookie , only sent right before we try to handle each request. il y a 4 ans
main_test.go test serializing struct with session for http server il y a 4 ans

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