I'm attempting to authorize with the Google Data API as a service in a language for which there isn't any client library. The crux is in how to generate the signature. To do this I have to encode a string using "SHA256 with RSA".
I have it from here that it shouldn't be "terribly difficult" however I cannot find a description of the procedure? Anyone knows?
(The language does have a function to generate SHA256 hash codes.)