Hmm, invalid post ID when trying to post myself. Let's see what Cappuccino does.

How do I edit a client? I want to change the name and description, but Admin keeps redirecting me back to the list of client keys immediately. Attempts with curl net me "Invalid Client GUID". :(

Think I might sort out posting next in prep for reply. Which will mean figuring out a good (lazy) way to trigger actions on a post.

I copied Cappuccino and now pass the selected post's ID, and that seems to work well enough for now.

It was a recent post. I was querying with post ID of post.thread.root, and it sent down a list that didn't include the post I pulled the root ID from. Seemed only direct replies to the root were included. (It was kdfrawg's latest reply to jextxadore in the English adjectives/rhymes thread.)

Is this understanding of the thread endpoint correct?

Returns immediate children of the provided post ID and all ancestor posts of the post ID.

Does fetching the thread not give you all you need? What is missing?

// @kdfrawg

Fight the WebKiBlink hegemony! ;)

Auth also requires client GUID. Which isn't much of a secret bundled with the app. ;)

//

No rush! Reply also seems broken in Cappuccino on Firefox. I can see it hit the API in the network inspector to pull the details for the post I clicked to reply to, but no modal ever appears to let me write a reply. (Hence why this is not threaded.)

I'm on Firefox 50.0b2 on OS X. (Haven't upgraded to macOS yet. ;) )