Skip to content

Client SDK and Service Invocation

Backendless instantly generates native client side SDKs when a service is registered. This applies to all API services, regardless of the language used to implement them. The SDKs can be downloaded using the Download Client SDK icon:

download-client-sdk2

The generated client-side code is very easy-to-use and is self-explanatory. There is a class representing client-side proxy of the remote service. The class contains the same methods as the service. The implementation of the methods hides the complexity of the remote method invocation. To call an API operation, simply create an instance of the proxy class and invoke its methods.