Package ru.surf.core.services.apiService.impl
Types
ApiServiceDelete
Link copied to clipboard
interface ApiServiceDelete
Content copied to clipboard
The HTTP DELETE request method deletes the specified resource.
ApiServiceGet
Link copied to clipboard
interface ApiServiceGet
Content copied to clipboard
The GET method requests a representation of the specified resource. Requests using GET should only retrieve data.
ApiServicePatch
Link copied to clipboard
interface ApiServicePatch
Content copied to clipboard
The PATCH method is used to apply partial modifications to a resource.
ApiServicePost
Link copied to clipboard
interface ApiServicePost
Content copied to clipboard
The POST method is used to submit an entity to the specified resource, often causing a change in state or side effects on the server.
ApiServicePut
Link copied to clipboard
interface ApiServicePut
Content copied to clipboard
The PUT method replaces all current representations of the target resource with the request payload.