We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mix deps |grep ex_aws
mix deps | grep hackney
https://hexdocs.pm/ex_aws/ExAws.html#request!/2
@spec request!( ExAws.Operation.t(), keyword() ) :: term()
https://hexdocs.pm/ex_aws/ExAws.Behaviour.html#c:request/2
@callback request!(ExAws.Operation.t(), Keyword.t()) :: term() | no_return()
Same type specs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
mix deps |grep ex_aws
2.5.1mix deps | grep hackney
Current behavior
https://hexdocs.pm/ex_aws/ExAws.html#request!/2
https://hexdocs.pm/ex_aws/ExAws.Behaviour.html#c:request/2
Expected behavior
Same type specs
The text was updated successfully, but these errors were encountered: