Chad Hutchins
Chad Hutchins
Simply added a ssl() method that takes the required params to set the curl SSL options. I needed this because I'm developing an api that requires SSL and noticed that...
Hello, thank you for this great library! We've been working in development for a while on our browser extension, and now we're ready to start using production builds. Everything seems...
New Slack apps must use the new v2 oauth flow. The old endpoints will still work for now, but will be deprecated by the end of 2020.
I've been playing around with the codegen program locally on my machine today and yesterday. I was just experimenting by creating a PHP app that calls codegen. It took the...
The only reason this didn't work previously was due to duplicate method names in HasParent and HasChildren traits. We have a use case where we have several layers of abstraction:...