Skip to content
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

python package reorganization and fixes azure access token fetch failure error message is readable now #232

Conversation

cedric05
Copy link
Owner

Any new Feature should handle all of below

  • http2har (export to all programming languages using httpsnippet or request sharing)
  • har2http (swagger3 import, swagger2 import, curl import)
  • postman2http (postman3 postman2 import)
  • http2postman (export http file to postman request collection)
  • http2curl (mirror, to check syntax or most scenarios)

are expected to work by default for any new feature. here is the checklist

  • check request executed properly
    • test case
  • check har is generated properly and test case
    • test case
  • check postman collection export of that use is generated properly
    • test case
  • check with this new feature, postman import (few left out) can be bought back
    • test case
  • check curl is generated like expected
    • test case
  • check format is generated as expected
    • test case

dothttp/parse/__init__.py Dismissed Show resolved Hide resolved
@cedric05 cedric05 force-pushed the 231-azure-auth-with-incorrect-credentailsecret-fails-with-access_token-in-error-message branch from 6568d86 to a60b509 Compare February 19, 2024 09:32
@cedric05 cedric05 changed the title python package organization python package reorganization and fixes azure access token fetch failure error message is readable now Feb 19, 2024
@cedric05 cedric05 merged commit c487acc into main Feb 19, 2024
4 checks passed
@cedric05 cedric05 deleted the 231-azure-auth-with-incorrect-credentailsecret-fails-with-access_token-in-error-message branch February 19, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure auth with incorrect credentail/secret fails with access_token in error message.
1 participant