Is it possible to use GET Requests with Parse ? Cannot cache requests in service-worker

Im trying to create offline capability for an angular web app using service workers, However it seems a limitation of the cache API is that it cannot cache post requests which it seems parse relies on for all requests. is there any way to create parse GET endpoints ?