✏️ Explanatory Question

What are the key aspects of an HTTP-based RESTful API?

👁 79 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

The key aspects include:

  • Base URL: Example - http://YourWebApplicationAPIURL/
  • Media Types: Supports application/JSON and application/XML
  • Standard HTTP Methods: Uses GET, POST, PUT, DELETE for CRUD operations