SendInc API Client v0.1.0 Sendinc.Interface behaviour View Source

This module defines behaviour an interface must implement to work with this package.

Link to this section Summary

Link to this section Callbacks

Link to this callback create(map, atom) View Source
create(map(), atom()) :: {:ok, term()} | {:error, term()}
Link to this callback get(map, atom) View Source
get(map(), atom()) :: {:ok, term()} | {:error, term()}