Jul 11, 2008
Post comments count0
Post likes count0
Using the Uniform Interface Exposed By Data Services
In some of our past posts, we've discussed one of the benefits of data services is that the interface to such a service is uniform. This means that how you interact with each service (issue a query, insert a new entity, etc) is the same across all services regardless of the schema being exposed. This uniform interface leads to one of th...