You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd probably start by turning on Fiddler and trying to duplicate what the desktop client does.
Unfortunately this is just a starting point as there is no documentation. Feel free to post any questions in the comments and I'll answers as best as I can.
The text was updated successfully, but these errors were encountered:
The url to POST to is sirenofshame.com/ApiV1/BuildStatusChangedV1. You can see an example here: https://github.com/AutomatedArchitecture/SirenOfShame/search?q=BuildStatusChangedV1&type=Code
And an example payload looks like this:
UserName=username&Password=encryptedpwd&ChangedBuildStatuses=[{"StartedTime":"2014-06-04T01:51:23.7831796Z","FinishedTime":"2014-06-04T01:52:01.9849633Z","RequestedBy":"Zzz","LocalStartTime":"2014-06-03T21:52:05.4328817-04:00","BuildDefinitionId":"Project1","Name":"Project+1","BuildId":"635374434837831796","Url":"http://www.google.com","BuildStatusEnum":1,"BuildStatusMessage":null,"Comment":"This+is+a+test","BuildStatusDescription":"Passing"}]&ChangedUsers=[{"AvatarId":0,"DisplayName":"Zzz","Reputation":3,"FailPercent":0,"Csb":3,"TotalBuilds":3,"Fseb":0,"RawName":"Zzz","Hidden":false,"Achievements":[]}]&SoftwareInstanceId=3150
I'd probably start by turning on Fiddler and trying to duplicate what the desktop client does.
Unfortunately this is just a starting point as there is no documentation. Feel free to post any questions in the comments and I'll answers as best as I can.
The text was updated successfully, but these errors were encountered: