Skip to content

Multiple headers in request JsonFormat

Compare
Choose a tag to compare
@geral2 geral2 released this 15 Aug 02:11
· 20 commits to master since this release

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.