+ [2015-10-05T23:00:06Z] wolfman2000 Impaloo: if I'm understanding this correctly, I can do a POST call to github on my before_install call to set to pending, and then hook it up with an after_build or after_build_fail call?
+ [2015-10-05T23:19:28Z] Impaloo wolfman2000: sure
+ [2015-10-05T23:19:41Z] Impaloo but don't reinvent the wheel
+ [2015-10-05T23:21:47Z] wolfman2000 Impaloo: not trying to. However, appveyor doesn't provide support for this from what I can tell. so unless/until they add automatic support, I have to add the hooks. ...I'm just not fully seeing how.
+ [2015-10-05T23:22:03Z] wolfman2000 No offense: I know there is an API. It's not clear to me how to call the POST command and correct URL.

message no. 115028

Posted by Impaloo in #github at 2015-10-05T23:19:41Z

but don't reinvent the wheel
+ [2015-10-06T01:00:20Z] wolfman2000 Impaloo: okay, finally got curl to complete a call with a personal encrypted token. However, I am not seeing my pull request showing the API call as pending. Only Travis is up, not Travis and custom API
+ [2015-10-06T01:15:44Z] terabyte in the github oauth flow, I've blindly accepted the need for the "state" variable to prevent certain attacks, but I'm not clear, who generates that variable and where should it be stored? So for example in an angularjs app where the app only wishes to authenticate the user, is it the clientside angularjs that should generate the nonce word, or should a call to a backend api be made, and stored
+ [2015-10-06T01:15:44Z] terabyte in a server signed cookie?