That's on my to-do list :) The JSON file isn't sorted so it kind of goes in
a random order every time it's loaded (because it's a hash, and hashes
aren't sorted etc) - the web doc frontend is also fairly randomly sorted, I
think, but honestly that was me just slapping a pre-existing package up
there to provide some sort of interface that wasn't raw JSON. Once I get
the actual api functionality a little better fleshed-out (and debugged),
I'll probably make a custom page for the API docs that actually uses
site-style rendering and whatnot.
no subject
That's on my to-do list :) The JSON file isn't sorted so it kind of goes in a random order every time it's loaded (because it's a hash, and hashes aren't sorted etc) - the web doc frontend is also fairly randomly sorted, I think, but honestly that was me just slapping a pre-existing package up there to provide some sort of interface that wasn't raw JSON. Once I get the actual api functionality a little better fleshed-out (and debugged), I'll probably make a custom page for the API docs that actually uses site-style rendering and whatnot.