From 76d0cff639988ca506b1dc6e848841944c96b263 Mon Sep 17 00:00:00 2001 From: s Date: Sun, 16 Nov 2025 02:40:58 -0500 Subject: docs: add comprehensive api endpoints documentation and expand cli functionality --- cmd/x.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/x.go') diff --git a/cmd/x.go b/cmd/x.go index c5c18e4..b2554e4 100644 --- a/cmd/x.go +++ b/cmd/x.go @@ -99,7 +99,7 @@ func runXHistorySearch(cmd *cobra.Command, args []string) error { } func runXTweetsSearch(cmd *cobra.Command, args []string) error { - c, err := newClient() + c, err := newUnauthenticatedClient() if err != nil { return err } -- cgit v1.2.3