This PR contains the work done to allow the MakeURLRequestUseCase use case to be used in non-Apple platforms, as it use has been restricted before.
To provide further details about the work done:
improved the MakeURLRequestUseCase use case to be available in non-Apple platforms;
moved the TestEndpoint helper endpoint to its own file;
moved some test cases files around;
updated some text in the README file.
This PR contains the work done to allow the `MakeURLRequestUseCase` use case to be used in non-Apple platforms, as it use has been restricted before.
To provide further details about the work done:
- [x] improved the `MakeURLRequestUseCase` use case to be available in non-Apple platforms;
- [x] moved the `TestEndpoint` helper endpoint to its own file;
- [x] moved some test cases files around;
- [x] updated some text in the `README` file.
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 allow the
MakeURLRequestUseCaseuse case to be used in non-Apple platforms, as it use has been restricted before.To provide further details about the work done:
MakeURLRequestUseCaseuse case to be available in non-Apple platforms;TestEndpointhelper endpoint to its own file;READMEfile.