{"id":22695652,"url":"https://github.com/matthewdargan/ebay","last_synced_at":"2025-04-13T03:22:51.017Z","repository":{"id":189876794,"uuid":"681457662","full_name":"matthewdargan/ebay","owner":"matthewdargan","description":"eBay Go API Client","archived":false,"fork":false,"pushed_at":"2024-09-06T02:01:21.000Z","size":68,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T20:21:29.438Z","etag":null,"topics":["ebay","ebay-api","ebay-sdk","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthewdargan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-22T04:07:45.000Z","updated_at":"2024-10-06T14:15:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"86c2c1cf-1de6-4c41-935d-17de867bb566","html_url":"https://github.com/matthewdargan/ebay","commit_stats":null,"previous_names":["matthewdargan/ebay"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewdargan%2Febay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewdargan%2Febay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewdargan%2Febay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewdargan%2Febay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewdargan","download_url":"https://codeload.github.com/matthewdargan/ebay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248658379,"owners_count":21140933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ebay","ebay-api","ebay-sdk","go","golang"],"created_at":"2024-12-10T04:11:22.238Z","updated_at":"2025-04-13T03:22:50.979Z","avatar_url":"https://github.com/matthewdargan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eBay Go API Client\n\n[![GoDoc](https://godoc.org/github.com/matthewdargan/ebay?status.svg)](https://godoc.org/github.com/matthewdargan/ebay)\n[![Go Report Card](https://goreportcard.com/badge/github.com/matthewdargan/ebay)](https://goreportcard.com/report/github.com/matthewdargan/ebay)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)\n\nPackage ebay provides an eBay API client and endpoint wrappers\nthat streamline the process of performing parameter validation,\nmaking API requests, and handling responses.\n\nTo interact with the eBay Finding API, create a `FindingClient`:\n\n```go\nparams := map[string]string{\n\t\"categoryId\":            \"9355\",\n\t\"itemFilter.name\":       \"MaxPrice\",\n\t\"itemFilter.value\":      \"500.0\",\n\t\"itemFilter.paramName\":  \"Currency\",\n\t\"itemFilter.paramValue\": \"EUR\",\n}\nc := \u0026http.Client{Timeout: time.Second * 5}\nappID := \"your_app_id\"\nclient := ebay.NewFindingClient(c, appID)\nresp, err := client.FindItemsByCategory(context.Background(), params)\nif err != nil {\n\t// handle error\n}\n```\n\nFor more details on the available methods and their usage,\nsee the examples in the Go documentation.\n\n## Installation\n\nRun the following to import the `ebay` package:\n\n```sh\ngo get -u github.com/matthewdargan/ebay\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewdargan%2Febay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewdargan%2Febay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewdargan%2Febay/lists"}