Skip to content

Commit 1c8ae92

Browse files
committed
Added lots of READMEs
1 parent f14ba4b commit 1c8ae92

File tree

8 files changed

+58
-8
lines changed

8 files changed

+58
-8
lines changed

go.sum

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
44
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/djthorpe/go-errors v1.0.3 h1:GZeMPkC1mx2vteXLI/gvxZS0Ee9zxzwD1mcYyKU5jD0=
66
github.com/djthorpe/go-errors v1.0.3/go.mod h1:HtfrZnMd6HsX75Mtbv9Qcnn0BqOrrFArvCaj3RMnZhY=
7-
github.com/djthorpe/go-tablewriter v0.0.2 h1:3TuafWr/m+7/Cfq2CrpkewVIp11fEgr80VxokPWhOVA=
8-
github.com/djthorpe/go-tablewriter v0.0.2/go.mod h1:e+aurk5hOhszDXN42nlnZZ8nBT+8vU6/Qro1avS2cMI=
97
github.com/djthorpe/go-tablewriter v0.0.5 h1:4AuVlcRZRzA/ouTMd+ArGLhcxHbnj2bnmGr8SmUAL1g=
108
github.com/djthorpe/go-tablewriter v0.0.5/go.mod h1:6TM7qMe78csvN83CXyzdKrrvUKMVO6XGi6BeDCj6v6k=
119
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
@@ -21,16 +19,10 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
2119
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
2220
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
2321
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
24-
golang.org/x/crypto v0.19.0 h1:ENy+Az/9Y1vSrlrvBSyna3PITt4tiZLf7sgCjZBX7Wo=
25-
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
2622
golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
2723
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
28-
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
29-
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
3024
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
3125
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
32-
golang.org/x/term v0.17.0 h1:mkTF7LCd6WGJNL3K1Ad7kwxNfYAW6a8a8QqtMblp/4U=
33-
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
3426
golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
3527
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
3628
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

pkg/anthropic/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Anthropic API Client
2+
3+
This package provides a client for the Anthropic API, which is used to interact with the Claude LLM.
4+
5+
References:
6+
- API https://docs.anthropic.com/en/api/getting-started
7+
- Package https://pkg.go.dev/github.com/mutablelogic/go-client/pkg/anthropic
8+

pkg/bitwarden/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Bitwarden API Client
2+
3+
This package provides a client for the Bitwarden API, which is used to interact with the Bitwarden password manager.
4+
5+
References:
6+
7+
- API https://github.com/jcs/rubywarden/blob/master/API.md
8+
- Package https://pkg.go.dev/github.com/mutablelogic/go-client/pkg/bitwarden

pkg/elevenlabs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Elevenlabs API Client
2+
3+
This package provides a client for the Elevenlabs API, which is used to interact with the Elevenlabs Text-to-Speech service.
4+
5+
References:
6+
7+
- API https://elevenlabs.io/docs/api-reference/text-to-speech
8+
- Package https://pkg.go.dev/github.com/mutablelogic/go-client/pkg/elevenlabs
9+

pkg/homeassistant/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Home Assistant API Client
2+
3+
This package provides a client for the Home Assistant API, which is used to interact with the Home Assistant home automation system.
4+
5+
References:
6+
7+
- API https://developers.home-assistant.io/docs/api/rest/
8+
- Package https://pkg.go.dev/github.com/mutablelogic/go-client/pkg/homeassistant

pkg/ipify/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ipify API Client
2+
3+
This package provides a client for the Ipify API, which is used to determine the public IP address of a client.
4+
5+
References:
6+
7+
- API https://www.ipify.org/
8+
- Package https://pkg.go.dev/github.com/mutablelogic/go-client/pkg/ipify
9+

pkg/mistral/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Mistral API Client
2+
3+
This package provides a client for Mistral API, which is used to interact with the Mistral LLM models.
4+
5+
References:
6+
7+
- API https://docs.mistral.ai/api/
8+
- Package https://pkg.go.dev/github.com/mutablelogic/go-client/pkg/mistral

pkg/newsapi/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# NewsAPI Client
2+
3+
This package provides a client for the NewsAPI API, which is used to interact with the NewsAPI service.
4+
5+
References:
6+
7+
- API https://newsapi.org/docs
8+
- Package https://pkg.go.dev/github.com/mutablelogic/go-client/pkg/newsapi

0 commit comments

Comments
 (0)