Written by Emanuel Fuentes
Sr. Software Engineer on . Posted in
Posts Tagged ‘REST’

Choosing a Web API: REST, Remote Procedural Call or Hybrid
REST is a popular architectural style that has been the go-to design for web-based APIs for years. The style has defining constraints, but it is not a protocol ...
Read More
Read More

Path and Query String Parameter Calls to a RESTful Web Service
It’s important to remember that REST is an architectural style and that it does not have an official standard. As such, the question on how to call a ...
Read More
Read More