REST

25 Jun 2023 . spring .

  • πŸ‘©β€πŸ”§ Client-server architecture
  • πŸ”— Resources exposed as URIs
  • πŸ“© Uniform Interface

    Manipulate the resources with create, get, update and delete operations

  • πŸ“ Stateless
    • No need to remember the client’s state between requests
    • Each request contains all information needed for the server to satisfy the request