{"id":19510011,"url":"https://github.com/permify/permify-typescript","last_synced_at":"2025-04-26T03:32:09.850Z","repository":{"id":248993036,"uuid":"830404793","full_name":"Permify/permify-typescript","owner":"Permify","description":"Permify Typescript Client","archived":false,"fork":false,"pushed_at":"2024-07-23T13:22:32.000Z","size":88,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T07:35:50.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Permify.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-18T07:58:32.000Z","updated_at":"2024-09-04T04:41:32.000Z","dependencies_parsed_at":"2024-07-18T10:25:41.707Z","dependency_job_id":null,"html_url":"https://github.com/Permify/permify-typescript","commit_stats":null,"previous_names":["permify/permify-typescript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Permify%2Fpermify-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Permify%2Fpermify-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Permify%2Fpermify-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Permify%2Fpermify-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Permify","download_url":"https://codeload.github.com/Permify/permify-typescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250926868,"owners_count":21509052,"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":[],"created_at":"2024-11-10T23:14:10.800Z","updated_at":"2025-04-26T03:32:08.910Z","avatar_url":"https://github.com/Permify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# permify-typescript\nTypescript Client for Permify which is an open source authorization service for creating fine-grained and scalable authorization systems.\n\nThis Typescript package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project.\n\n## Requirements.\n\n- Typescript\n- npm\n\n\n### Installation\n\nTo include the SDK in your project, install the package from npm:\n\n```sh\nnpm i permify-typescript\n```\n\n## Getting Started\n\n```typescript\nimport * as permify from \"permify-typescript\";\n\nconst configuration = new permify.Configuration({\n    basePath: \"http://localhost:3476\",\n    headers: {\n        'Authorization': \"Bearer ***\"\n    }\n})\n\nconst apiInstance = new permify.TenancyApi(configuration);\n\nlet tenantId = \"tenant_id_example\"; \n\napiInstance.tenantsCreate({\n    body: {\n        id: tenantId,\n        name: \"Tenant 1\"\n    }\n}).then((data) =\u003e {\n    console.log('API called successfully. Returned data: ' + data.tenant);\n}).catch((error) =\u003e console.error(error));\n\n```\n\n## Author\n\nhello@permify.co\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpermify%2Fpermify-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpermify%2Fpermify-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpermify%2Fpermify-typescript/lists"}