Explain the architectural style for creating web API?

Technology CommunityCategory: API DesignExplain the architectural style for creating web API?
VietMX Staff asked 3 years ago

The architectural style for creating web api are

  • HTTP for client server communication
  • XML/JSON as formatting language
  • Simple URI as the address for the services
  • Stateless communication