RESTendepunkter
RESTendepunkter, or RESTful endpoints, are the fundamental building blocks of RESTful APIs. They represent specific URLs or URIs that a client application can interact with to perform operations on a resource. Each endpoint typically corresponds to a particular data entity or collection of entities within the API. For instance, an endpoint like "/users" might represent a collection of all users, while "/users/123" could refer to a specific user with the ID 123.
When a client makes a request to an endpoint, it uses standard HTTP methods such as GET,