{"id":28546786,"url":"https://github.com/k8scat/fxiaoke","last_synced_at":"2026-04-29T10:03:00.822Z","repository":{"id":45298117,"uuid":"393856457","full_name":"k8scat/fxiaoke","owner":"k8scat","description":"纷享销客开放平台 Go SDK","archived":false,"fork":false,"pushed_at":"2021-12-23T06:53:27.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T18:18:08.794Z","etag":null,"topics":["fxiaoke","go","openapi","sdk"],"latest_commit_sha":null,"homepage":"https://open.fxiaoke.com/wiki.html","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/k8scat.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":"2021-08-08T04:26:53.000Z","updated_at":"2021-12-13T08:39:15.000Z","dependencies_parsed_at":"2022-09-26T20:10:34.983Z","dependency_job_id":null,"html_url":"https://github.com/k8scat/fxiaoke","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/k8scat/fxiaoke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8scat%2Ffxiaoke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8scat%2Ffxiaoke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8scat%2Ffxiaoke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8scat%2Ffxiaoke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k8scat","download_url":"https://codeload.github.com/k8scat/fxiaoke/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8scat%2Ffxiaoke/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264034556,"owners_count":23547233,"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":["fxiaoke","go","openapi","sdk"],"created_at":"2025-06-10T00:07:55.082Z","updated_at":"2026-04-29T10:03:00.723Z","avatar_url":"https://github.com/k8scat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fxiaoke OpenAPI SDK\n\nUnofficial Go SDK for [the fxiaoke.com OpenAPI](https://open.fxiaoke.com/wiki.html)\n\n## Install\n\n```bash\ngo get -u github.com/k8scat/fxiaoke\n```\n\n## Quick start\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/k8scat/fxiaoke\"\n)\n\nfunc main() {\n    appID := \"\"\n    appSecret := \"\"\n    permanentCode := \"\"\n    userID := \"\"\n    corpID := \"\"\n    client, err := fxiaoke.NewClient(appID, appSecret, permanentCode, userID, corpID)\n    if err != nil {\n        panic(err)\n    }\n\n    user, err := client.GetUserByOpenID(userID)\n    if err != nil {\n        panic(err)\n    }\n    fmt.Printf(\"%+v\", user)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk8scat%2Ffxiaoke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk8scat%2Ffxiaoke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk8scat%2Ffxiaoke/lists"}