commit 77961a163e47b460b401ccc06246d5ab06103c27 Author: sp Date: Wed Feb 24 15:10:26 2021 +1100 first commit with read me. diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/SFM_Loan_RestApi.iml b/.idea/SFM_Loan_RestApi.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/SFM_Loan_RestApi.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0a01d72 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..79dda65 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Readme for RestAPI + +Version 1 +1. /login +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 +