{"id":24960414,"url":"https://github.com/upryzing/upryzing.js","last_synced_at":"2025-03-28T21:24:36.424Z","repository":{"id":268486633,"uuid":"904507654","full_name":"upryzing/upryzing.js","owner":"upryzing","description":"TypeScript library for interacting with Upryzing","archived":false,"fork":false,"pushed_at":"2025-03-23T04:09:33.000Z","size":2175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T04:25:54.645Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/upryzing.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-12-17T03:06:00.000Z","updated_at":"2025-03-23T04:09:15.000Z","dependencies_parsed_at":"2024-12-17T04:24:27.271Z","dependency_job_id":"10941a0c-8072-4ed0-84a1-b15031dc9ccc","html_url":"https://github.com/upryzing/upryzing.js","commit_stats":null,"previous_names":["upryzing/upryzing.js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upryzing%2Fupryzing.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upryzing%2Fupryzing.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upryzing%2Fupryzing.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upryzing%2Fupryzing.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upryzing","download_url":"https://codeload.github.com/upryzing/upryzing.js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246101994,"owners_count":20723739,"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":"2025-02-03T08:08:01.447Z","updated_at":"2025-03-28T21:24:36.402Z","avatar_url":"https://github.com/upryzing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# upryzing.js\n\n![@upryzing/upryzing.js](https://img.shields.io/npm/v/@upryzing/upryzing.js) ![@upryzing/api](https://img.shields.io/npm/v/@upryzing/api)\n\n**upryzing.js** is a JavaScript library for interacting with the entire Revolt API.\n\n## Example Usage\n\n```javascript\n// esm / typescript\nimport { Client } from \"@upryzing/upryzing.js\";\n// ...or commonjs\nconst { Client } = require(\"upryzing/upryzing.js\");\n\nlet client = new Client();\n\nclient.on(\"ready\", async () =\u003e\n  console.info(`Logged in as ${client.user.username}!`)\n);\n\nclient.on(\"messageCreate\", async (message) =\u003e {\n  if (message.content === \"hello\") {\n    message.channel.sendMessage(\"world\");\n  }\n});\n\nclient.loginBot(\"..\");\n```\n\n## Reactivity with Signals \u0026 Solid.js Primitives\n\nAll objects have reactivity built-in and can be dropped straight into any Solid.js project.\n\n```tsx\nconst client = new Client();\n// initialise the client\n\nfunction MyApp() {\n  return (\n    \u003ch1\u003eYour username is: {client.user?.username ?? \"[logging in...]\"}\u003c/h1\u003e\n  );\n}\n```\n\n## Upryzing API Types\n\n\u003e [!WARNING]\n\u003e It is advised that you **do not use this** unless necessary. If you find something that isn't covered by the library, please open an issue as this library aims to transform all objects.\n\nAll `@uprzying/api` types are re-exported from this library under the `API` object.\n\n```typescript\nimport { API } from \"@upryzing/upryzing.js\";\n\n// API.Channel;\n// API.[..];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupryzing%2Fupryzing.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupryzing%2Fupryzing.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupryzing%2Fupryzing.js/lists"}