{"id":24830025,"url":"https://github.com/vacovsky/mindbody-api-golang","last_synced_at":"2026-03-06T07:31:41.107Z","repository":{"id":57644277,"uuid":"91621057","full_name":"vacovsky/Mindbody-API-Golang","owner":"vacovsky","description":"A Go wrapper around the Mindbody SOAP API","archived":false,"fork":false,"pushed_at":"2017-08-04T17:13:02.000Z","size":2202,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-19T11:37:45.640Z","etag":null,"topics":["api","golang","mindbody","soap","wrapper"],"latest_commit_sha":null,"homepage":"","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/vacovsky.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":"2017-05-17T21:20:13.000Z","updated_at":"2024-06-19T11:37:45.641Z","dependencies_parsed_at":"2022-08-30T08:01:51.076Z","dependency_job_id":null,"html_url":"https://github.com/vacovsky/Mindbody-API-Golang","commit_stats":null,"previous_names":["vacoj/mindbody-api-golang"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMindbody-API-Golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMindbody-API-Golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMindbody-API-Golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMindbody-API-Golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vacovsky","download_url":"https://codeload.github.com/vacovsky/Mindbody-API-Golang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236441994,"owners_count":19149328,"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","golang","mindbody","soap","wrapper"],"created_at":"2025-01-30T23:48:38.898Z","updated_at":"2025-10-14T04:30:28.778Z","avatar_url":"https://github.com/vacovsky.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mindbody-API-Golang\n\nThis is a wrapper around the SOAP API XML contracts available to Mindbody API partners, written in Go.\n\n\n## Getting Started\n\n\n### Install packages for each service you wish to use\n``` bash\ngo get -u \"github.com/vacoj/Mindbody-API-Golang/siteservice\"\ngo get -u \"github.com/vacoj/Mindbody-API-Golang/staffservice\"\ngo get -u \"github.com/vacoj/Mindbody-API-Golang/clientservice\"\ngo get -u \"github.com/vacoj/Mindbody-API-Golang/classservice\"\ngo get -u \"github.com/vacoj/Mindbody-API-Golang/saleservice\"\ngo get -u \"github.com/vacoj/Mindbody-API-Golang/appointmentservice\"\ngo get -u \"github.com/vacoj/wsdl2go\"\ngo get -u \"github.com/vacoj/wsdl2go/soap\"\n```\n\n\n### Follow this pattern to make requests and parse calls\n``` go\nfunc makeGetSitesCall() {\n\tcli := soap.Client{\n\t\tURL:       \"https://api.mindbodyonline.com/0_5/SiteService.asmx\",\n\t\tNamespace: siteservice.Namespace,\n\t}\n\tconn := siteservice.NewSite_x0020_ServiceSoap(\u0026cli)\n\tsourceCreds := \u0026siteservice.SourceCredentials{\n\t\tSourceName: sourceName,\n\t\tPassword:   sourcePass,\n\t\tSiteIDs: \u0026siteservice.ArrayOfInt{\n\t\t\tInt: []int{site},\n\t\t},\n\t}\n\n\treq := \u0026siteservice.GetSitesRequest{\n\t\tSourceCredentials: sourceCreds,\n\t}\n\n\treply, err := conn.GetSites(\u0026siteservice.GetSites{Request: req})\n\tif err != nil {\n\t\tfmt.Println(err)\n\t}\n\tfmt.Println(reply.GetSitesResult.Sites.Site[0])\n}\n```\nthe above example is also found \u003ca hred=\"github.com/vacoj/Mindbody-API-Golang/example/Main.go\"\u003eexample/Main.go\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvacovsky%2Fmindbody-api-golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvacovsky%2Fmindbody-api-golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvacovsky%2Fmindbody-api-golang/lists"}