XCEP is a library to search for CEP, it is the result of a tutorial on how to consume data from an external api
def deps do
[
{:xcep, "~> 0.1.0"}
]
end
XCEP.cep "12345678"
@JeaanCa |
---|
XCEP is a library to search for CEP, it is the result of a tutorial on how to consume data from an external api
def deps do
[
{:xcep, "~> 0.1.0"}
]
end
XCEP.cep "12345678"
@JeaanCa |
---|