-
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.
-
What is JSON?
JSON is a great format for exchanging data, it’s used in almost all REST Apis for receiving and sending data.