docs: add inst getUserInfo

This commit is contained in:
altffour 2020-05-27 09:03:01 +03:00 committed by realaltffour
parent 0a8a7a5f4a
commit e27ee402d9
No known key found for this signature in database
GPG Key ID: C1265D839D44DCB1
2 changed files with 14 additions and 1 deletions

Binary file not shown.

View File

@ -758,10 +758,23 @@ transaction mechanism. On failure, the server would return the `dataFail'
instructionn.
\subsubsection{getAssetValueYear(asset, date)}
The `getAssetValueyear' instruction is from the set of data instructions. It
The `getAssetValueYear' instruction is from the set of data instructions. It
gets the past years month's time frame of the data starting from the date
passed in with the arguments. On succuess, the server would return using the
data transaction mechanism. On ailure, teh server would return the `dataFail'
instruction.
\subsubsection{getAssetValueAllTime(asset)}
The `getAssetValueAllTime' instruction is from the set of data instructions. It
gets all of the value data stored for the asset per month. On success, the
server would return using the data transfer mechanism. On failure, the server
would retunr the `dataFail' instruction.
\subsubsection{getUserInfo(sessionID, username)}
The 'getUserInfo' instruction is from the set of data instructions. It gets the
data of a user. Public/Private data returning is based on the sessionID, i.e if
the sessionID is for username all data is returned. On success, the server
would return using the data transfer mechanism. On failure, the server would
return the `dataFail' instruction.
\end{document}