Servicestack client outside of .NET, implementation?

I plan to use the REST services provided by ServiceStack outside of .NET. I plan to write clients for java and obj-c. This should be easy as it is a REST service, however the documentation seems to suggest something else:

But ServiceStack includes two clients that are optimized for ServiceStack in aspects such as exception handling, etc.

What should I do with the implementation of the ServiceStack client with Android? Just follow the usual REST consumption procedures? Should I worry about exception handling issues?

Also, will authentication be a problem (I will use BasicAuthentication)?

+3
source share
1 answer

- ServiceStack API- HTTP/REST, POCO-DTO . HTTP-, ServiceStack .

DTO

ServiceClients, , DTO (.. cruft), . ServiceClients , API- -gen, DOC POCO, -.

API, relativeOrAbsoluteUri API, <TResponse> (dto), , ServiceStack, -, - . , , , IRestClient IRestClientAsync, URL- .

# ServiceStack , - ServiceStack ResponseStatus DTO ( ). - # WebServiceException, # , Validation wikipage.

ResponseStatus - ( - -REST-), - HttpStatus . DTO, REST - JavaScript ss-validation.js , responseStatus HTML- Bootstrap.

+4

All Articles