Skip to content

Tag: rest

Cloud
Programming

5 Tips for Designing RESTful API URI

Each resource in the REST architecture is identified by it's Uniform Resource Identifier (URI) These tips are based on providing a uniform interface REST constraint.

May 13, 2022
Programming

What is JSON?

JSON is a great format for exchanging data, it's used in almost all REST Apis for receiving and sending data.

May 12, 2022