{"id":13414081,"url":"https://github.com/sergiotapia/smitego","last_synced_at":"2025-05-02T19:30:49.333Z","repository":{"id":12438654,"uuid":"15096116","full_name":"sergiotapia/smitego","owner":"sergiotapia","description":"SmiteGo is an API wrapper for the Smite game from HiRez. It is written in Go!","archived":false,"fork":false,"pushed_at":"2014-07-18T15:51:45.000Z","size":344,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-25T05:25:28.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sergiotapia.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}},"created_at":"2013-12-11T02:38:19.000Z","updated_at":"2023-07-25T13:50:09.000Z","dependencies_parsed_at":"2022-09-26T18:30:40.164Z","dependency_job_id":null,"html_url":"https://github.com/sergiotapia/smitego","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiotapia%2Fsmitego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiotapia%2Fsmitego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiotapia%2Fsmitego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiotapia%2Fsmitego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiotapia","download_url":"https://codeload.github.com/sergiotapia/smitego/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224327961,"owners_count":17293151,"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":[],"created_at":"2024-07-30T20:01:57.106Z","updated_at":"2024-11-12T18:28:58.963Z","avatar_url":"https://github.com/sergiotapia.png","language":"Go","funding_links":[],"categories":["Third-party APIs","\u003cspan id=\"第三方api-third-party-apis\"\u003e第三方API Third-party APIs\u003c/span\u003e","第三方api","第三方API","第三方API`第三方API 汇总`","Utility"],"sub_categories":["Utility/Miscellaneous","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","HTTP Clients","Advanced Console UIs","Fail injection","实用程序/Miscellaneous","查询语","交流"],"readme":"SmiteGo\n=======\n\nPackage smitego is an API wrapper for Hirez' Smite game API.\n\nIf you want easily consume data from Hirez' Smite API server then smitego\nis definitely the easiest way to do it.\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/kr/pretty\"\n  \"github.com/sergiotapia/smitego\"\n)\n\nfunc main() {\n  smitego.DevID = \"1132\"\n  smitego.AuthKey = \"29FA3BCE7ACF4BDDA7310A352FB855BE\"\n\n  smitego.GetSessionID()\n\n  match := smitego.GetMatchDetails(\"78900556\")\n  fmt.Printf(\"%# v\", pretty.Formatter(match))\n}\n```\n\n## Supported API Endpoints\n\n- [ ] API - Connectivity\n  - [ ] Ping\n  - [x] CreateSession\n  - [ ] TestSession\n- [ ] API - Smite Data\n  - [x] GetDataUsed\n  - [x] GetDemodeDetails\n  - [x] GetFriends\n  - [x] GetGodRanks\n  - [x] GetGods\n  - [x] GetGodRecommendedItems\n  - [x] GetItems\n  - [x] GetMatchDetails\n  - [ ] GetMatchIdsByQueue - *Completed: Look into bug. Response is empty array. Is it on Hirez's side?*\n  - [ ] GetLeagueLeaderBoard - *Completed: Look into bug. Response is empty array. Is it on Hirez's side?*\n  - [ ] GetLeagueSeasons - *Completed: Look into bug. Response is empty array. Is it on Hirez's side?*\n  - [x] GetMatchHistory\n  - [ ] GetPlayer\n  - [ ] GetQueueStats\n  - [ ] GetTeamDetails\n  - [ ] GetTeamMatchHistory\n  - [ ] GetTeamPlayers\n  - [ ] GetTopMatches\n  - [ ] SearchTeams\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Sergio Tapia Gutierrez\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiotapia%2Fsmitego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiotapia%2Fsmitego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiotapia%2Fsmitego/lists"}