Does SupportTrio API support .net technology for using API library?
Our API is made to accept form POST and to output either serialized
array, XML output, or JSON serialized object. Your application should
support these in order to be able to communicate with our API. The API
is accessible via HTTP(S), so CURL or similar fetch method should be
used to obtain response from the API.
It does not matter to the
API what language you use to write your application, as long as it
can communicate to our API and parse it's response.