Phil Chu
Phil Chu
Two small changes over the past couple of years from upgrading Xcode: 1) commiting this new file https://stackoverflow.com/questions/49564513/new-file-created-in-xcode-9-3-wsname-xcworkspace-xcshareddata-ideworkspaceche 2) Upgrading to iOS 9 min requirement, same as this https://github.com/jdg/MBProgressHUD/pull/616
Starting with a status not favourited or reblogged ```json "id" : "690329321475336860", "reblogs_count" : 1, "favourited" : false, "reblogged" : false, ``` Favouriting it returns the expected result ```json "id"...
`updateScheduledPostDate` takes `ScheduledPostParams` which has all the info for creating a scheduled post, but the update only uses the schedule_at date https://docs.joinmastodon.org/methods/scheduled_statuses/#update currently all the other param fields can be...
would be cool to have a list of apps that use tootsdk, perhaps in the readme (I can think of three apps, but surely there are more)
This isn't really a bug report, just a followup to an earlier discussion about having a more object-oriented API layer. I moved some of my TootSDK extensions into a library...
Some test JSON files have escape slashes in their URLs, probably from the previous version of the TootClient debug print, e.g. this from scheduled_post_attachment.json ```json "preview_url" : "https:\/\/media.universeodon.com\/media_attachments\/files\/110\/884\/868\/918\/054\/337\/small\/93d235b25788c9fd.jpeg", ```
I just noticed my code is breaking on reading instance.stats because the status_count is returned as a string instead of an int (per the mastodon spec). I'm guessing it's due...
https://skybridge.fly.dev/.well-known/nodeinfo should return links to the nodeinfo as in the spec https://github.com/jhass/nodeinfo/blob/main/PROTOCOL.md ```json { "links": [ { "rel": "http://nodeinfo.diaspora.software/ns/schema/2.1", "href": "https://example.org/nodeinfo/2.1" } ] } ``` but instead it returns the...
api/v2/instance returns an empty {} thumbnail which causes decoding problems with toot-sdk based clients (the url is not optional according to the mastodon doc) https://github.com/TootSDK/TootSDK/issues/317#issuecomment-2495499610 https://docs.joinmastodon.org/entities/Instance/#thumbnail