From ea86800f66633e365554fde2ad7760125a4702d8 Mon Sep 17 00:00:00 2001 From: rmilyushkevich <24544571+rmilyushkevich@users.noreply.github.com> Date: Sun, 17 May 2026 07:49:27 +0000 Subject: [PATCH] chore(gen): refresh API specs --- GENERATION_REPORT.md | 2 +- cmd/gen_yelp_place.go | 4 ++-- cmd/gen_yelp_search.go | 4 ++-- internal/gen/spec-hash.txt | 2 +- pr-body.md | 10 ++++++---- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/GENERATION_REPORT.md b/GENERATION_REPORT.md index e90505e..9d8db01 100644 --- a/GENERATION_REPORT.md +++ b/GENERATION_REPORT.md @@ -1,6 +1,6 @@ # Generation Report -Generated at: 2026-05-09T07:33:24Z +Generated at: 2026-05-17T07:49:26Z ## APIs generated (47) - airbnb-listing diff --git a/cmd/gen_yelp_place.go b/cmd/gen_yelp_place.go index 2b4fd71..bda3cf0 100644 --- a/cmd/gen_yelp_place.go +++ b/cmd/gen_yelp_place.go @@ -24,8 +24,8 @@ func newYelpPlaceCmd() *cobra.Command { cmd := &cobra.Command{ Use: "yelp-place", - Short: "Yelp Place API (5 credits/call)", - Long: "The Yelp Place API allows users to retrieve detailed information about a specific place using its Yelp ID or Yelp Alias.\n\nEndpoint: GET https://api.hasdata.com/scrape/yelp/place\nCost: 5 credits per call.", + Short: "Yelp Place API (10 credits/call)", + Long: "The Yelp Place API allows users to retrieve detailed information about a specific place using its Yelp ID or Yelp Alias.\n\nEndpoint: GET https://api.hasdata.com/scrape/yelp/place\nCost: 10 credits per call.", Args: cobra.NoArgs, PreRunE: func(c *cobra.Command, _ []string) error { if c.Flags().Changed("domain") { diff --git a/cmd/gen_yelp_search.go b/cmd/gen_yelp_search.go index 56a1495..a19e56d 100644 --- a/cmd/gen_yelp_search.go +++ b/cmd/gen_yelp_search.go @@ -27,8 +27,8 @@ func newYelpSearchCmd() *cobra.Command { cmd := &cobra.Command{ Use: "yelp-search", - Short: "Yelp Search API (5 credits/call)", - Long: "The Yelp Search API allows users to get results from the Yelp search page. This API enables searching for businesses by keyword and location.\n\nEndpoint: GET https://api.hasdata.com/scrape/yelp/search\nCost: 5 credits per call.", + Short: "Yelp Search API (10 credits/call)", + Long: "The Yelp Search API allows users to get results from the Yelp search page. This API enables searching for businesses by keyword and location.\n\nEndpoint: GET https://api.hasdata.com/scrape/yelp/search\nCost: 10 credits per call.", Args: cobra.NoArgs, PreRunE: func(c *cobra.Command, _ []string) error { if c.Flags().Changed("domain") { diff --git a/internal/gen/spec-hash.txt b/internal/gen/spec-hash.txt index 59da4fb..b8e6f5a 100644 --- a/internal/gen/spec-hash.txt +++ b/internal/gen/spec-hash.txt @@ -1 +1 @@ -93327d7238d398343021cc82a500442e9f6b6515d988ac5eb6de0ef75427f3ea +d33f848bcfc769dcabe826dfccb77e4a0b70d53c0c9e4e53910e37696bbaeebb diff --git a/pr-body.md b/pr-body.md index ce21b79..0ef3165 100644 --- a/pr-body.md +++ b/pr-body.md @@ -1,14 +1,16 @@ ## Changes - GENERATION_REPORT.md | 5 ++-- + GENERATION_REPORT.md | 2 +- + cmd/gen_yelp_place.go | 4 +-- + cmd/gen_yelp_search.go | 4 +-- internal/gen/spec-hash.txt | 2 +- - pr-body.md | 64 ---------------------------------------------- - 3 files changed, 4 insertions(+), 67 deletions(-) + pr-body.md | 61 ---------------------------------------------- + 5 files changed, 6 insertions(+), 67 deletions(-) ## Generation Report # Generation Report -Generated at: 2026-05-09T07:33:24Z +Generated at: 2026-05-17T07:49:26Z ## APIs generated (47) - airbnb-listing