Hello,
For Google Data Studio integration with SQUAD, I need to retrieve the list of metrics for each project so I can let user select which project and metric he would like to view in the studio. Something like this here: https://github.com/Linaro/squad/blob/master/squad/frontend/views.py#L447 only for all available projects for this user.
Any suggestions on the correct approach here? I was thinking just adding a new API function in squad/api/views.py but I'd like an input on this approach and/or other ideas are welcome.
Thanks,