Using the scrum template, we would like to be able to see
team availability / allocation information is a summary form.
From the REST API Wiki I see that contributorResourceDetails and
contributorAbsence are exposed. Is the right approach to fetch the project team,
then, for each member, the details, and build out a web page?
I see a few getting-started examples on the wiki, which are helpful.
Do we have any documentation that gives an end-to-end example of using the api
to fetch and display a data set that might jumpstart scripting for this exercise?