I would like POST /api/find_references to return the ref in the response and then be able to call GET /api/source to get the contents of the file with that ref.
I have some workflows that will perform searches and then lookup the contents later but if the code changes between then and when I get the contents those results do not match up.
All search responses should include refs.
I would like
POST /api/find_referencesto return therefin the response and then be able to callGET /api/sourceto get the contents of the file with that ref.I have some workflows that will perform searches and then lookup the contents later but if the code changes between then and when I get the contents those results do not match up.
All search responses should include refs.