RuneAuth

Endpoint Command Signing

API_KEY = 1234567890
API_DATA = Signed API_COMMAND

http://api.runeimp.com/endpoint/API_KEY/API_COMMAND_AND_DATA
http://api.runeimp.com/path/to/resource?client_id=API_KEY&access_token=NEW_BASE64URL_HASH&data=API_DATA

Signing Process

access_token = URL&ACCESS_TOKEN Blowfish or SHA-1 keyed hashed using the API_SECRET.
API_DATA = API_DATA Blowfish or SHA-1 keyed hashed using the URL&ACCESS_TOKEN&API_SECRET.