Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

RESTful API and notifications #3069

czaban ·
Hi All, we need to do some smoke tests with external real hardware with every builds having flag that user require it.
We are working in C# so the RESTful API seems to be O.K. for us.
The question is about any example how to get notification about new build by RESTful API and its variables.
Then we would like to download build and run tests.
Maybe plugin will be better but we have only c# guys now.

Regards
Piotr
  • replies 1
  • views 1213
  • stars 0
robinshen ADMIN ·
Please check:
http://wiki.pmease.com/display/QB60/Que ... ifications
To use the notifications API, you need to subscribe relevant configurations via "IDE/Desktop notifier".

Each time you get a list of notified build, you can save the build id with the largest value, so you can pass that id as "last_notified_build_id" as next query parameter.