{"id":27372707,"url":"https://github.com/pyrite-framework/pyrite-connect","last_synced_at":"2025-04-13T10:15:08.801Z","repository":{"id":65481476,"uuid":"105948308","full_name":"pyrite-framework/pyrite-connect","owner":"pyrite-framework","description":null,"archived":false,"fork":false,"pushed_at":"2017-10-31T17:09:32.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T10:14:59.484Z","etag":null,"topics":["client","helper","rest-api"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/pyrite-framework.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}},"created_at":"2017-10-05T22:52:33.000Z","updated_at":"2017-10-24T13:43:36.000Z","dependencies_parsed_at":"2023-01-25T10:05:12.054Z","dependency_job_id":null,"html_url":"https://github.com/pyrite-framework/pyrite-connect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrite-framework%2Fpyrite-connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrite-framework%2Fpyrite-connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrite-framework%2Fpyrite-connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrite-framework%2Fpyrite-connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyrite-framework","download_url":"https://codeload.github.com/pyrite-framework/pyrite-connect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695479,"owners_count":21146956,"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":["client","helper","rest-api"],"created_at":"2025-04-13T10:15:08.129Z","updated_at":"2025-04-13T10:15:08.794Z","avatar_url":"https://github.com/pyrite-framework.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyrite-connect\n\n## Install\n\n```\nnpm install pyrite-connect\n```\n\n## Example\n\n```typescript\nimport { PyriteConnect } from \"pyrite-connect\";\n\nconst connect = new PyriteConnect({\n  url: 'http://localhost:8080'\n});\n\nconnect.getRoutes()\n.then((routes) =\u003e {\n  routes.Users.createUser({\n    name: \"Foo\",\n    lastName: \"Bar\"\n  })\n  .then((user) =\u003e {\n    console.log(user);\n  });\n\n  routes.Users.getUser(1)\n  .then((user) =\u003e {\n    console.log(user);\n  });\n\n  routes.Users.getUsers()\n  .then((users) =\u003e {\n    console.log(users);\n  });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrite-framework%2Fpyrite-connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyrite-framework%2Fpyrite-connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrite-framework%2Fpyrite-connect/lists"}