chulkilee / ex_force

A Salesforce REST API wrapper for Elixir
https://hex.pm/packages/ex_force
MIT License
38 stars 27 forks source link

Change the type 't' in Client to be 'any' #58

Closed LeoLeiteSC closed 2 years ago

LeoLeiteSC commented 3 years ago

Closes https://github.com/chulkilee/ex_force/issues/57

sourcelevel-bot[bot] commented 3 years ago

Hello, @LeoLeiteSC! This is your first Pull Request that will be reviewed by SourceLevel, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

chulkilee commented 2 years ago

Thanks - as ExForce.Client is for the general behavior it makes sense to make any not Tesla-specific type (e.g. https://github.com/teamon/tesla/blob/v1.4.3/lib/tesla/client.ex#L2 ). Thanks!