On 2016-07-28 23:32, Steven Schveighoffer wrote:

Just FYI, I gave in :)

Hehe :)

I'm now using registerRestInterface after all. I realized that the
client I'm working with has great support for JSON serialization, but
would require manual work to set up traditional POST data. Many of the
other features of the rest interface system make it more attractive than
I first thought. Yeah, it's not exactly REST, oh well :)

I'm using the @before trick to manage the session, and it should work
fine for my purposes. I've also decided that specifying methods as UDA
isn't so bad.

Thanks for the discussion and recommendations!

Glad I could help :)

/Jacob Carlborg