Should I consume the REST API endpoints directly? - AquaticInformatics/aquarius-sdk-net GitHub Wiki

Yes! Feel free to consume the REST API endpoints of all the AQUARIUS platform products directly.

$ curl -f -u admin:admin "http://mpappserver/AQUARIUS/Publish/v2/GetGradeList"

While our .NET and Java SDKs offer a high-productivty experience to consume our REST APIs, the true interface for each product is its REST API. The SDKs are merely a convenience.

Sometimes a simple curl one-liner is absolutely the right choice,