-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide an option to store error responses in CLI #38
Comments
adnan-awan
added a commit
to adnan-awan/python-zyte-api
that referenced
this issue
Sep 8, 2023
- Make initial change to write error response as well when --include-all-responses flag is passed. - zytedata#38
adnan-awan
added a commit
to adnan-awan/python-zyte-api
that referenced
this issue
Dec 28, 2023
- Improvement by PR suggestion - Add tests for the current changes. - zytedata#38
adnan-awan
added a commit
to adnan-awan/python-zyte-api
that referenced
this issue
Jan 16, 2024
- Refactor the test using mocks - Add dependency - zytedata#38
adnan-awan
added a commit
to adnan-awan/python-zyte-api
that referenced
this issue
Jan 17, 2024
- Remove RequestError import - zytedata#38
adnan-awan
added a commit
to adnan-awan/python-zyte-api
that referenced
this issue
Jan 21, 2024
- address the comments in PR - zytedata#38
adnan-awan
added a commit
to adnan-awan/python-zyte-api
that referenced
this issue
Jan 23, 2024
- address the comments in PR - zytedata#38
adnan-awan
added a commit
to adnan-awan/python-zyte-api
that referenced
this issue
Jan 23, 2024
- change the domain to forbidden.example - zytedata#38
adnan-awan
added a commit
to adnan-awan/python-zyte-api
that referenced
this issue
Jan 24, 2024
- change the domain to forbidden.example - zytedata#38
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes it's nice to get both successful and error responses in the output.
The text was updated successfully, but these errors were encountered: