{"id":18753351,"url":"https://github.com/pingidentity/pingdirectory-go-client","last_synced_at":"2025-04-13T00:31:43.872Z","repository":{"id":65349894,"uuid":"587850969","full_name":"pingidentity/pingdirectory-go-client","owner":"pingidentity","description":"Go language SDK for the management API of PingDirectory","archived":false,"fork":false,"pushed_at":"2025-03-14T16:48:40.000Z","size":20327,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"v10200","last_synced_at":"2025-03-26T18:57:24.436Z","etag":null,"topics":["go","golang","management-api","sdk","sdk-go"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/pingidentity/pingdirectory-go-client","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/pingidentity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01-11T18:29:25.000Z","updated_at":"2025-03-18T19:02:26.000Z","dependencies_parsed_at":"2024-01-09T18:03:54.965Z","dependency_job_id":"f3caa2fc-46f6-4a63-8f56-51db2eb4e04b","html_url":"https://github.com/pingidentity/pingdirectory-go-client","commit_stats":{"total_commits":73,"total_committers":4,"mean_commits":18.25,"dds":0.4794520547945206,"last_synced_commit":"e99de7b24a8ce0f5c9a3e2f7cfcc3e70d5490273"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingidentity%2Fpingdirectory-go-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingidentity%2Fpingdirectory-go-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingidentity%2Fpingdirectory-go-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingidentity%2Fpingdirectory-go-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pingidentity","download_url":"https://codeload.github.com/pingidentity/pingdirectory-go-client/tar.gz/refs/heads/v10200","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650590,"owners_count":21139670,"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":["go","golang","management-api","sdk","sdk-go"],"created_at":"2024-11-07T17:25:29.112Z","updated_at":"2025-04-13T00:31:38.859Z","avatar_url":"https://github.com/pingidentity.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PingDirectory Go Client\n\nThis repository contains a Go client for interacting with the PingDirectory configuration API. It is generated by the [OpenAPI Generator](https://openapi-generator.tech) project.\n\nFor a client tied to a specific version, add a version qualifier matching the PingDirectory version to your `require` in `go.mod`.\n\nFor example, for a client for PingDirectory 9.1.0.0:\n```\nrequire github.com/pingidentity/pingdirectory-go-client/v9100 v9100.6.0\n```\n\nThe `.6.0` refers to the version of this client module.\n\nFor detailed documentation, see the `README` and `docs/` folder in the `configurationapi/` folder.\n\n## Example - Creating a Location config object\n\n```\n...\n\nimport client \"github.com/pingidentity/pingdirectory-go-client/v9100/configurationapi\"\n\n...\n\naddRequest := client.NewAddLocationRequest(\"MyLocation\")\nbasicAuthContext := context.WithValue(ctx, client.ContextBasicAuth, client.BasicAuth{\n\tUserName: username,\n\tPassword: password,\n}\napiAddRequest := r.apiClient.LocationApi.AddLocation(basicAuthContext)\napiAddRequest = apiAddRequest.AddLocationRequest(*addRequest)\naddResponse, httpResp, err := r.apiClient.LocationApi.AddLocationExecute(apiAddRequest)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingidentity%2Fpingdirectory-go-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpingidentity%2Fpingdirectory-go-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingidentity%2Fpingdirectory-go-client/lists"}