{"id":19218377,"url":"https://github.com/libninjacom/postman-go","last_synced_at":"2026-05-04T18:39:32.088Z","repository":{"id":135928985,"uuid":"551609996","full_name":"libninjacom/postman-go","owner":"libninjacom","description":"Postman client, generated from the OpenAPI spec","archived":false,"fork":false,"pushed_at":"2022-10-20T21:19:33.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T19:13:57.764Z","etag":null,"topics":["golang","openapi","postman"],"latest_commit_sha":null,"homepage":"https://docs.rs/postman","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/libninjacom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-10-14T18:31:07.000Z","updated_at":"2022-10-20T15:12:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"29d61a8c-a01e-4fd0-8222-eecf89e532d0","html_url":"https://github.com/libninjacom/postman-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fpostman-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libninjacom","download_url":"https://codeload.github.com/libninjacom/postman-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292387,"owners_count":19778311,"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":["golang","openapi","postman"],"created_at":"2024-11-09T14:26:27.813Z","updated_at":"2025-11-13T18:04:33.226Z","avatar_url":"https://github.com/libninjacom.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/libninjacom/postman-go/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/libninjacom/postman-go.svg?style=flat-square\" alt=\"Stars\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/postman-go/actions\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/libninjacom/postman-go/ci?style=flat-square\" alt=\"Build Status\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nPostman client, generated from the OpenAPI spec.\n\n# Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"postman\"\n\t\"postman/request/getallapis\"\n)\n\nfunc main() {\n\tclient := postman.NewClientFromEnv()\n\tres, err := client.GetAllApis(\n\t\tgetallapis.WithWorkspace(\"your workspace\"),\n\t\tgetallapis.WithSince(\"your since\"),\n\t\tgetallapis.WithUntil(\"your until\"),\n\t\tgetallapis.WithCreatedBy(\"your created by\"),\n\t\tgetallapis.WithUpdatedBy(\"your updated by\"),\n\t\tgetallapis.WithIsPublic(true),\n\t\tgetallapis.WithName(\"your name\"),\n\t\tgetallapis.WithSummary(\"your summary\"),\n\t\tgetallapis.WithDescription(\"your description\"),\n\t\tgetallapis.WithSort(\"your sort\"),\n\t\tgetallapis.WithDirection(\"your direction\")\n\t)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(res)\n}\n```\n\nThis example loads configuration from environment variables, specifically:\n\n* `POSTMAN_API_KEY`\n\n# Documentation\n\n* [API Documentation](https://www.postman.com/postman/workspace/postman-public-workspace/documentation/12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a)\n\nYou can see working examples of every API call in the `examples/` directory.\n\n# Contributing\n\nContributions are welcome!\n\n*Library created with [Libninja](https://www.libninja.com).*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fpostman-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibninjacom%2Fpostman-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fpostman-go/lists"}