https://github.com/am-kantox/apic
The scaffold for the generic API Client
https://github.com/am-kantox/apic
Last synced: 23 days ago
JSON representation
The scaffold for the generic API Client
- Host: GitHub
- URL: https://github.com/am-kantox/apic
- Owner: am-kantox
- License: mit
- Created: 2023-04-25T10:45:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T15:43:58.000Z (about 2 years ago)
- Last Synced: 2025-02-09T19:53:12.360Z (3 months ago)
- Language: Elixir
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ápic
**Simple HTTP API connector**
## Installation
```elixir
def deps do
[
{:apic, "~> 0.1"}
]
end
```## [Documentation](https://hexdocs.pm/apic)