etsy: removed generated api server and spec

This commit is contained in:
2025-12-28 16:05:53 -07:00
parent ad4e86fca7
commit 61f9afb39c
4 changed files with 20 additions and 4353 deletions
+17 -1
View File
@@ -1,3 +1,19 @@
package etsy
//go:generate oapi-codegen -package etsy -o client.go openapi.3.0.2.json
//go:generate oapi-codegen -package generated_client -o generated_client/client.go openapi.3.0.2.json
const (
etsyAPIKeystring = "38ncokqh0jih5jshfk8iv4n5"
etsyAPISharedSecret = "jaaw0tyizf"
)
func GetEtsyAPIKeystring() string {
return etsyAPIKeystring
}
func GetEtsyAPISharedSecret() string {
return etsyAPISharedSecret
}
func requestAnAuthCode() {
}