{"id":19951909,"url":"https://github.com/katasec/pulumiapi","last_synced_at":"2025-10-20T07:49:04.530Z","repository":{"id":65343338,"uuid":"588687240","full_name":"katasec/PulumiApi","owner":"katasec","description":"A dotnet client for the [Pulumi Service Rest API](https://www.pulumi.com/docs/reference/service-rest-api/)","archived":false,"fork":false,"pushed_at":"2023-03-11T17:28:12.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T12:51:51.541Z","etag":null,"topics":["csharp","dotnet"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/katasec.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-13T18:33:05.000Z","updated_at":"2025-04-28T08:42:11.000Z","dependencies_parsed_at":"2025-01-12T06:33:06.889Z","dependency_job_id":null,"html_url":"https://github.com/katasec/PulumiApi","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"6466893d1bde865014560dccc7af87c69e7ddfc0"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/katasec/PulumiApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katasec%2FPulumiApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katasec%2FPulumiApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katasec%2FPulumiApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katasec%2FPulumiApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katasec","download_url":"https://codeload.github.com/katasec/PulumiApi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katasec%2FPulumiApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280047093,"owners_count":26263532,"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","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","dotnet"],"created_at":"2024-11-13T01:10:42.829Z","updated_at":"2025-10-20T07:49:04.495Z","avatar_url":"https://github.com/katasec.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nA dotnet client for the [Pulumi Service Rest API](https://www.pulumi.com/docs/reference/service-rest-api/). Adding some methods as needed. Please check [here](./PulumiApi.Test/UnitTest1.cs) or \n[here](./PulumiApi/IPulumiApi.cs) to see what's been implemented. The client authenticates against your pulumi account using the credential file in `~/.pulumi/credentials.json`. \n\n## Example 1: List All Stacks\n\n```csharp\nvar client = new PulumiApi.ApiClient();\nvar result = await client.ListStacks();\n\nConsole.WriteLine(\"Stacks in your account:\");\nresult.Stacks?.ToList().ForEach(x =\u003e\n{\n    Console.WriteLine($\"- {x.OrgName}/{x.ProjectName}/{x.StackName}\");\n});\n```\n\nSample output:\n\n```\nStacks in your account:\n- katasec/hello/dev\n- katasec/azurecloudspace/dev\n- katasec/ark-init/dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatasec%2Fpulumiapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatasec%2Fpulumiapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatasec%2Fpulumiapi/lists"}