Skip to content

Deprecate AbstractApi::get(), AbstractApi::post(), AbstractApi::put() and AbstractApi::delete() #372

@Art4

Description

@Art4

The methods AbstractApi::get(), AbstractApi::post(), AbstractApi::put() and AbstractApi::delete() are using AbstractApi::getContentTypeFromPath() to guess the content type from the path. It is preferable that the content type is provided directly by the methods in the API classes. This can be realized by using HttpClient::request() directly instead of using the method of AbstractApi. Therefore this methods could be deprecated.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions