- Fix incorrect
Client.t
type (#58 by @LeoLeiteSC)
- Implement own structs and composite/sobjects request (#40 by @rschef)
- Update tesla dep to
~> 1.3
(#33 by @gabrielpra1)
- Handle multiple results in
get_sobject_by_relationship/5
(#36 by @dirksierd)
- Fix type specs (#24, #27 by @ jeroenvisser101)
- Add
describe_global/1
(based on #18 by @mindreframer)
- Allow tesla
~> 1.0
- Add
ExForce.OAuth
to supportauthorization_code
andrefresh
in addition topassword
grant type. (#2 and #3 by @chulkilee) - Add create_sobject (#12 by @epinault, #15 by @dustinfarris)
- Rename
ExForce.OAuth.Response
toExForce.OAuthResponse
- Use tesla.
- Take
Tesla.Client
as the first argument instead of takingExForce.Config
or function as the last argument.
- Remove
ExForce.Auth
GenServer.
- Add basic features