orliesaurus
orliesaurus
@gundmc great to hear: this bot was written many years ago, there was no event api back then, it would be cool to see others update the code or create...
@mogadanez - can you share the code you're using please to send emails?
> Any progress on that? > I'm getting the same issue after upgrading to 2.1.3 Can you share the code that you re using to get this error?
Happy new year guys, pull requests are welcome ;D
Great question! Did you try pass the port in the config object called "auth" ``` var auth = { auth: { api_key: 'key-1234123412341234', domain: 'one of your domain names listed...
Feel free to open PRs to upgrade @zacharytyhacz or @epaminond
@mdakovac could you try to use your real domain instead of a sandbox domain and report back if that has fixed it? then we can update the docs!
Thank you @mschoeffmann
- [ ] Pagination: Sometimes you have a lot of results returned by an API, it would be nice to be able to paginate so you don't have to load...
Yeah a table works: some sort of filter that allows you to return n results from a returned dataset (like an API call) of many more results and divide them...