Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexprogrammr/anthropic-go
(Incomplete) Anthropic API client.
https://github.com/alexprogrammr/anthropic-go
anthropic anthropic-go claude-3-haiku claude-3-opus claude-3-sonnet go golang
Last synced: 19 days ago
JSON representation
(Incomplete) Anthropic API client.
- Host: GitHub
- URL: https://github.com/alexprogrammr/anthropic-go
- Owner: alexprogrammr
- License: mit
- Created: 2024-05-31T12:33:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T12:43:47.000Z (7 months ago)
- Last Synced: 2024-06-19T04:04:23.299Z (7 months ago)
- Topics: anthropic, anthropic-go, claude-3-haiku, claude-3-opus, claude-3-sonnet, go, golang
- Language: Go
- Homepage: https://pkg.go.dev/github.com/alexprogrammr/anthropic-go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# anthropic-go
[![CI](https://github.com/alexprogrammr/anthropic-go/actions/workflows/ci.yml/badge.svg)](https://github.com/alexprogrammr/anthropic-go/actions/workflows/ci.yml)
> **_NOTE:_** archived due to release of the official SDK https://github.com/anthropics/anthropic-sdk-go.
Anthropic API client for Go.
## Installation
```console
go get -u github.com/alexprogrammr/anthropic-go
```## Resources
- [API Reference](https://docs.anthropic.com/en/api/getting-started)
## License
Licensed under [The MIT License](https://opensource.org/license/mit), see [`LICENSE`](LICENSE).