Incubating v0.1.0
Pristine
Shared runtime substrate and build-time bridge for first-party OpenAPI-based Elixir SDKs, including request execution, Foundation runtime wiring, and OAuth2 helpers.
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 16
- All-time downloads: 16
- Maintainers: nshkrdotcom
Installation
Add pristine to your list of dependencies in mix.exs:
def deps do
[
{:pristine, "~> 0.1.0"}
]
endThen run:
mix deps.get