

1·
1 month agoI’m using reqwest within Rust. I think youre definitely right though. Tomorrow when I’m back at my desk ill try submitting the body in a different way


I’m using reqwest within Rust. I think youre definitely right though. Tomorrow when I’m back at my desk ill try submitting the body in a different way


Huh…


Crust.piefed.social on this account


semi-related note… In the API the form is limited to just:
{
"title": "string",
"community_id": 0,
"body": "string",
"url": "string",
"nsfw": true,
"language_id": 0
}
But the piefed “create post” page allows you to add a few extra things like alt text. How would one add alt text through the api?
omfg… there was a typo in my header…
it’s working now