Relative Content

Tag Archive for api-design

Design for using your own API

So I’m planning to use APIs for my host app. But the APIs are built such that it requires a sessionkey for every request.

How to get different resources in a single endpoint in RESTful?

I have a REST webservice that have a couple of resources, like Company and User. But now I need to make a modification to the API to return a special list combining company, user and maybe other type of resource. Like a list of recommendations with various type of resources.