Access project files from API

Hi!

I want to access all of the raw .lkml files in a project through the API. I can do this through the UI but it looks like this is not exposed in the public API.

For context - I am trying to build a full dependency graph of my dashboards, so I want to examine the lkml files and map out all of the views. I could do in theory do this directly against the code repository but the dashboards are not always stored in the repository so I need API access anyways, and it will be much simpler to work with an API key against looker than for my code to check out the code repository every time I want to run.

0 0 113