Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Mar 10, 2024
1 parent 6374a43 commit 18007ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Anthropix

An up-to-date and fully-featured Elixir client library for [Anthropic's REST API](https://docs.anthropic.com/claude/reference/getting-started-with-the-api).
![Hex.pm](https://img.shields.io/hexpm/v/anthropix?color=informational)
![License](https://img.shields.io/github/license/lebrunel/anthropix?color=informational)
![Build Status](https://img.shields.io/github/actions/workflow/status/lebrunel/anthropix/elixir.yml?branch=main)

An up-to-date and fully-featured Elixir client library for [Anthropic's REST API](https://docs.anthropic.com/claude/reference/getting-started-with-the-api).

- ✅ API client fully implementing the Anthropic API
- 🛜 Streaming API requests
Expand Down
2 changes: 2 additions & 0 deletions lib/anthropix.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defmodule Anthropix do
@version Keyword.fetch!(Mix.Project.config(), :version)
@moduledoc """
![License](https://img.shields.io/github/license/lebrunel/anthropix?color=informational)
An up-to-date and fully-featured Elixir client library for
[Anthropic's REST API](https://docs.anthropic.com/claude/reference/getting-started-with-the-api).
Expand Down

0 comments on commit 18007ac

Please sign in to comment.