Stan van Rooy
Stan van Rooy
There are a few examples missing: - [ ] helpers -> friendships -> unfollow_user Reference: - [follow user example](https://github.com/stanvanrooy/instauto/blob/master/examples/helpers/friendships/follow_user.py)
The current implementation is only able to retrieve the first 'page' of your inbox. You should be able to iterate over all results instead.
This is probably complex if you look at all the different ways you can put text, emojis, gifs, etc. on images posted to a story. I'm not sure yet if...
Add a location to images uploaded to story.
I noticed that the `SetProperty` method doesn't accept an actual property name / `PropertyInfo` object as its first argument, only an expression. Because of this, it is currently not possible...
This query: ```sql SELECT COUNT(*) as successful_logins, DATE_BIN('15 minutes', p_timestamp) as time FROM backend GROUP BY time ``` Gives me the following error message: ``` Query execution failed due to...
It is currently not possible to use the `extract` function because the syntax of it confuses Parseable. Can be easily reproduced by running the query below in the demo environment....
the endpoint is not found anymore. Can be repro'd from examples.
repro in the GetFollowing/GetFollowers examples.