Skip to content

Commit

Permalink
- chore: tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeart committed Feb 22, 2024
1 parent b3c83f7 commit df06a23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ because it is aligned nicely with the HTTP ReST concepts.
After all, web apps needs fundamental directions and principles,
not "perfect" solutions so RMR fits here very well.

=== "Resource"

=== "Resource"
An **object** in the RESTful system identified by a URL that exposes
methods that corresponds to the standard HTTP methods (GET, POST, PUT, etc)
i.e. a business object (entity).

=== "Method"

=== "Method"
The **HTTP request method** that corresponds a **Resource** method that is
executed by the request/URL, which returns a **Representation** for that
resource.

=== "Representation"

=== "Representation"
Provides a **Resource** to clients in a readable format (JSON, XML, PDF, HTML, etc).
It is the payload of the response object (processed by the HTTP **Method**
that is sent back to the client).

0 comments on commit df06a23

Please sign in to comment.