Multiple headers in request JsonFormat
There are new procedures that could consumer GET/POST Method sending multiples headers in JsonFormat. See sample samples in readme.
APICaller_GET_headers(SqlString URL, SqlString Headers)
APICaller_POST_headers(SqlString URL, SqlString Headers)
APICaller_GET_JsonBody_Header(SqlString URL, SqlString Headers, SqlString JsonBody)
APICaller_POST_JsonBody_Header(SqlString URL, SqlString Headers, SqlString JsonBody)
New utilities method added:
*GetTimestamp
*Create_HMACSHA256(SqlString value, SqlString Key)
Fix to show the correct message responsed.