This PR contains the work done to implement some bugfixes to the existing source code related to the Communications library of this package.
To provide further details about the work done:
removed an unnecessary function from the Client public protocol;
moved the MakeURLRequestError public error to its own file;
added the parameters property to the Endpoint public protocol;
added support for the parameters handling in the MakeURLRequestUseCase use case.
This PR contains the work done to implement some bugfixes to the existing source code related to the `Communications` library of this package.
To provide further details about the work done:
- [x] removed an unnecessary function from the `Client` public protocol;
- [x] moved the `MakeURLRequestError` public error to its own file;
- [x] added the `parameters` property to the `Endpoint` public protocol;
- [x] added support for the parameters handling in the `MakeURLRequestUseCase` use case.
javier
self-assigned this 2023-04-18 22:55:13 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the work done to implement some bugfixes to the existing source code related to the
Communicationslibrary of this package.To provide further details about the work done:
Clientpublic protocol;MakeURLRequestErrorpublic error to its own file;parametersproperty to theEndpointpublic protocol;MakeURLRequestUseCaseuse case.