Hello!
I'm wanted to try my hand w/ Radzen and my current photo-hosting platform. They have a well documented API and going through their documentation leads me to this page for Authentication...
I checked the linked article but couldn't find any code example that shows how to authenticate. How does one use the API? There is this snippet: PasswordHash := SHA-256(PasswordSalt, UTF-8(password)) but it looks as pseudo code (or is using some programming language I am not familiar with).
@mumfie - thanks for the reply! I'm actually using a modified version of that code!
It's in C# and I'm having a hard time figuring out how to duplicate the API login using Radzen...
Hello @korchev, thanks for the reply!
I'm actually using a modified version of their sample code. It's in C#. Within the solution they've add a web reference to the API (screen shot attached)