Caleb Contreras

Results 3 issues of Caleb Contreras

Making a post with a PNG image it will throw the following error: ``` await threadsAPI.publish({ text: '🤖 test', image: 'https://i.imgur.com/HyfKL15.png', }); ``` ``` # rest of response ..... data:...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest nightly version - [X] I am using...

bug

In #149 it was added the possibility to add `parentPost` to the `publish` method by using `getPostIDfromURL` and `getPostIDfromThreadID` either the URL or ThreadID. Like this: ``` # Passing ThreadID...

enhancement
question