index
:
pro/umosapicpp
master
restbed_rewrite
Second implementation in C++ of the Python version of Unity Mongo Save Api. This is a simple API for save Unity object in Mongo database
git version control
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
/
umosapi.cpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-09-11
Add doc about 200 and 500 error on some endpoints
neodarz
1
-0
/
+6
2019-09-11
Add ability to don't set definition for a response
neodarz
1
-6
/
+10
2019-09-11
Update uobject definition
neodarz
1
-2
/
+2
2019-09-11
Add ability to have an mongoid object in def
neodarz
1
-0
/
+3
2019-09-11
Add 200 responses to some endpoints
neodarz
1
-0
/
+4
2019-09-11
Add ability to an object in definition propertie
neodarz
1
-2
/
+8
2019-09-11
Add ability to have an object in response
neodarz
1
-4
/
+9
2019-09-10
Little refactorisation
restbed_rewrite
neodarz
1
-5
/
+3
2019-09-09
Refactoring a little more
neodarz
1
-41
/
+41
2019-09-09
Refactoring some code to be more readable
neodarz
1
-186
/
+179
2019-09-09
Add some adjustement to make server more stable
neodarz
1
-7
/
+11
2019-09-06
Change code to use Restbed
neodarz
1
-106
/
+374
2019-08-09
Fix some typos
neodarz
1
-3
/
+3
2019-08-09
Fix memory leak when delete uobject
neodarz
1
-0
/
+1
2019-08-09
Add ability to search uobjects
neodarz
1
-0
/
+19
2019-08-08
Add ability to delete an uobject
neodarz
1
-0
/
+18
2019-08-08
Split addUobject function
neodarz
1
-50
/
+2
2019-08-08
Split some codes
neodarz
1
-12
/
+4
2019-08-08
Implement mongocxx pool connection
neodarz
1
-2
/
+7
2019-08-07
Refactoring umosapi service
neodarz
1
-73
/
+4
2019-08-07
Refactoring loader configuration
neodarz
1
-51
/
+1
2019-08-06
Move header declaration to the interface file
neodarz
1
-2
/
+0
2019-08-06
Separate interface from implementation for UmosapiService
neodarz
1
-129
/
+118
2019-08-05
Add ability to add uobject in database
neodarz
1
-0
/
+64
2019-08-02
Specify default value help
neodarz
1
-3
/
+3
2019-08-02
Configure mongodb to work correctly
neodarz
1
-20
/
+65
2019-08-01
Add mongodb
neodarz
1
-4
/
+33