this post was submitted on 14 Jun 2023
15 points (100.0% liked)
Programming
13368 readers
2 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here's a kind of guess on how to create a post using python's requests library:
Does this look right?
Very jank response because I’m on my phone!
Looks like you’ll need to POST the header Auth with the token you receive as a LoginResponse https://join-lemmy.org/api/interfaces/LoginResponse.html
(Brb for an edit)
Cool. Then my other answer is correct. I appreciate the help!