Relative Content

Tag Archive for rest

Software Architecture Modelling

I am a little confused at how best to visually model a space-based architecture (SBA) for presenting the system/software architecture design to a client.

Software Architecture Modelling

I am a little confused at how best to visually model a space-based architecture (SBA) for presenting the system/software architecture design to a client.

Should I provide client libraries in some select languages along with the APIs themselves?

Say I have created a web service based on RESTful APIs. Does it make sense to also provide users with a client library for the API in some select languages which are likely to be the most used ones? By client library, I mean a thin wrapper around all the API calls, so that the users can call methods in their language and get objects in their language, which they can manipulate easily.

Should I provide client libraries in some select languages along with the APIs themselves?

Say I have created a web service based on RESTful APIs. Does it make sense to also provide users with a client library for the API in some select languages which are likely to be the most used ones? By client library, I mean a thin wrapper around all the API calls, so that the users can call methods in their language and get objects in their language, which they can manipulate easily.

RESTful applications logic and cross resource operations

I have an RESTful api that allows my users to receive enquiries about their business e.g. ‘I would like to book service x on date y. Is this available?’. The api saves this information as a resource to the following URI

RESTful applications logic and cross resource operations

I have an RESTful api that allows my users to receive enquiries about their business e.g. ‘I would like to book service x on date y. Is this available?’. The api saves this information as a resource to the following URI

RESTful applications logic and cross resource operations

I have an RESTful api that allows my users to receive enquiries about their business e.g. ‘I would like to book service x on date y. Is this available?’. The api saves this information as a resource to the following URI

RESTful applications logic and cross resource operations

I have an RESTful api that allows my users to receive enquiries about their business e.g. ‘I would like to book service x on date y. Is this available?’. The api saves this information as a resource to the following URI