RESTful APIs follow the principle of _______ over configuration.

  • Configuration
  • Convention
  • Simplicity
  • Standardization
RESTful APIs follow the principle of Convention over Configuration (CoC). This means that developers only need to specify unconventional aspects of the application. Conventions are predefined rules that simplify development and promote consistency.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *