{"id":26691318,"url":"https://github.com/itschip/tebexgo","last_synced_at":"2025-03-26T16:18:21.161Z","repository":{"id":68791101,"uuid":"469195692","full_name":"itschip/tebexgo","owner":"itschip","description":"TebexGo is a Go package that provides bindings to the Tebex Plugin API.","archived":false,"fork":false,"pushed_at":"2022-10-08T16:26:02.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T03:15:02.889Z","etag":null,"topics":["api-wrapper","golang","golang-module","tebex"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/itschip/tebexgo","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itschip.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}},"created_at":"2022-03-12T20:42:51.000Z","updated_at":"2022-03-13T09:13:07.000Z","dependencies_parsed_at":"2023-09-06T11:03:28.719Z","dependency_job_id":null,"html_url":"https://github.com/itschip/tebexgo","commit_stats":null,"previous_names":["derletzteritter/tebexgo","itschip/tebexgo"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Ftebexgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Ftebexgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Ftebexgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Ftebexgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itschip","download_url":"https://codeload.github.com/itschip/tebexgo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245689483,"owners_count":20656417,"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":["api-wrapper","golang","golang-module","tebex"],"created_at":"2025-03-26T16:18:20.760Z","updated_at":"2025-03-26T16:18:21.156Z","avatar_url":"https://github.com/itschip.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TebexGo\nGo package for the Tebex Plugin API\n\n### Note\nPlease note that all requests to the API must be sent via HTTPS\n\n### Prerequisites\nGolang\n\n### Installing\n\n```\ngo get github.com/itschip/tebexgo\n```\n\n### Getting started\n\n#### Retrieve a package by id\n\n```go\nimport (\n  \"fmt\"\n\n  \"github.com/itschip/tebexgo\"\n)\n\nfunc main() {\n\t// Creates a new session\n\ts := tebexgo.New(\"your_secret\")\n\t\n\t// You should handle your error here\n\tpkg, err := s.GetPackage(\"package_id\")\n\t\n\tfmt.Println(pkg.Name) // Prints out the package name\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitschip%2Ftebexgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitschip%2Ftebexgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitschip%2Ftebexgo/lists"}