Explorar el Código

first commit with read me.

master
sp hace 4 años
commit
77961a163e
Se han modificado 5 ficheros con 58 adiciones y 0 borrados
  1. +8
    -0
      .idea/.gitignore
  2. +9
    -0
      .idea/SFM_Loan_RestApi.iml
  3. +8
    -0
      .idea/modules.xml
  4. +6
    -0
      .idea/vcs.xml
  5. +27
    -0
      README.md

+ 8
- 0
.idea/.gitignore Ver fichero

@@ -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/

+ 9
- 0
.idea/SFM_Loan_RestApi.iml Ver fichero

@@ -0,0 +1,9 @@
<?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>

+ 8
- 0
.idea/modules.xml Ver fichero

@@ -0,0 +1,8 @@
<?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>

+ 6
- 0
.idea/vcs.xml Ver fichero

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

+ 27
- 0
README.md Ver fichero

@@ -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


Cargando…
Cancelar
Guardar