(no subject)
Jul. 25th, 2004 10:16 amyou want to know why nobody uses the XML-RPC interface for their LJ clients? it’s a pain in the ass, that’s why.
granted, once I’m done tying it all together it should be much easier to add stuff, but damn! the flat protocol is really simple: convert everything to a string (with the handy‑dandy ToString() method everything has) and run it through HttpUtility.UrlEncode(). the XML-RPC libraries aren’t so easy to get started. I’d probably still be beating my head against the wall if I hadn’t chanced across ljArchive.
granted, once I’m done tying it all together it should be much easier to add stuff, but damn! the flat protocol is really simple: convert everything to a string (with the handy‑dandy ToString() method everything has) and run it through HttpUtility.UrlEncode(). the XML-RPC libraries aren’t so easy to get started. I’d probably still be beating my head against the wall if I hadn’t chanced across ljArchive.
no subject
Date: 2004-07-25 07:16 pm (UTC)no subject
Date: 2004-07-25 08:32 pm (UTC)This of course demands the question, "If C# makes it so hard, why are you using it?" Programming languages are tools. You wouldn't try driving a screw with a hacksaw, would you?
no subject
Date: 2004-07-25 11:29 pm (UTC)