| # Default ignored files | |||||
| /shelf/ | |||||
| /workspace.xml | |||||
| # Datasource local storage ignored files | |||||
| /dataSources/ | |||||
| /dataSources.local.xml | |||||
| # Editor-based HTTP Client requests | |||||
| /httpRequests/ |
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <module type="WEB_MODULE" version="4"> | |||||
| <component name="Go" enabled="true" /> | |||||
| <component name="NewModuleRootManager"> | |||||
| <content url="file://$MODULE_DIR$" /> | |||||
| <orderEntry type="inheritedJdk" /> | |||||
| <orderEntry type="sourceFolder" forTests="false" /> | |||||
| </component> | |||||
| </module> |
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <project version="4"> | |||||
| <component name="ProjectModuleManager"> | |||||
| <modules> | |||||
| <module fileurl="file://$PROJECT_DIR$/.idea/SFM_Loan_RestApi.iml" filepath="$PROJECT_DIR$/.idea/SFM_Loan_RestApi.iml" /> | |||||
| </modules> | |||||
| </component> | |||||
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <project version="4"> | |||||
| <component name="VcsDirectoryMappings"> | |||||
| <mapping directory="$PROJECT_DIR$" vcs="Git" /> | |||||
| </component> | |||||
| </project> |
| # 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 | |||||