platform
platform copied to clipboard
feat(core): KID in NanoTDF KAS ResourceLocator
Proposed format for KAS URL
https://kas.example.com?kid=e0
The 'getURL' method has been updated to 'GetURL' in the ResourceLocator struct. Also, a 'GetKasUrl' method has been added to the NanoTDFHeader struct. These updates ensure KID is effectively fetched and used within the code. A Query parameter handling function 'addQueryParamToURL' has also been added to help in adding "kid" parameter to the URL.
#900 #717 #1203