I'm building my first Rest API which serialize data to json and xml formats. I would like to provide an index page to API clients, where they would be able to choose implemented endpoints. I would like to see some online REST API's to understand what is the common way to do it.
Does any of you know any Rest API which has this kind of implementation?
Any help is appreciated.