Tag: API

  • Designing a Beautiful REST API with JSON (Finalization)

    Designing a Beautiful REST API with JSON (Finalization)

    In my previous post I wrote about how to design a beautiful REST API and now is time to finalize the API description with ideas about additional functionality needed in order to achieve the goal for a functional design. Meta Data One of the most important elements is to deliver to the client all needed URLs in…

  • Designing a Beautiful REST API with JSON

    Designing a Beautiful REST API with JSON

    There is a lot of documentation about how to build REST API using JSON formatted data in internet and I will try to summarize a little bit what I gather as knowledge about what is the right way to build RESTful API with JSON. Why we use APIs? Building APIs allows you to clear application layers…