all endpoints of the URL for eJGrid are POST ... this is not good design especially if we are consuming 3rd party API.
In the current design there is no easy way to change just the Read/Load URL to Get, I have create a whole new custom adaptor, for e.g. if I want to load Yahoo news Read, I cannot easily set to GET.
Suggestion is provide an EASY configure option while setting up the CRUD URL for GET or POST option, without creating a whole new adaptor.