{"id":19571425,"url":"https://github.com/torstendittmann/appwrite-refactor","last_synced_at":"2025-09-07T14:46:06.203Z","repository":{"id":132710465,"uuid":"352711889","full_name":"TorstenDittmann/appwrite-refactor","owner":"TorstenDittmann","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-29T19:22:23.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-24T07:42:54.670Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TorstenDittmann.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-03-29T16:32:40.000Z","updated_at":"2021-03-29T19:22:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0bfe5d0-3997-48f4-b976-95b2f4aefdad","html_url":"https://github.com/TorstenDittmann/appwrite-refactor","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/TorstenDittmann%2Fappwrite-refactor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorstenDittmann%2Fappwrite-refactor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorstenDittmann%2Fappwrite-refactor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorstenDittmann%2Fappwrite-refactor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TorstenDittmann","download_url":"https://codeload.github.com/TorstenDittmann/appwrite-refactor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240840031,"owners_count":19866164,"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-11T06:18:51.282Z","updated_at":"2025-02-26T10:42:39.128Z","avatar_url":"https://github.com/TorstenDittmann.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appwrite Web SDK\n\n![License](https://img.shields.io/github/license/appwrite/sdk-for-web.svg?v=1)\n![Version](https://img.shields.io/badge/api%20version-0.7.0-blue.svg?v=1)\n\n**This SDK is compatible with Appwrite server version 0.7.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-web/releases).**\n\nAppwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.\n                        Use the Web SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.\n                        For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)\n\n![Appwrite](https://appwrite.io/images/github.png)\n\n## Installation\n\n### NPM\n\nTo install via [NPM](https://www.npmjs.com/):\n\n```bash\nnpm install appwrite --save\n```\n\nIf you're using a bundler (like [Rollup](https://rollupjs.org/) or [webpack](https://webpack.js.org/)), you can import the Appwrite module when you need it:\n\n```js\nimport {Appwrite} from \"appwrite\";\n```\n\n### CDN\n\nTo install with a CDN (content delivery network) add the following scripts to the bottom of your \u003cbody\u003e tag, but before you use any Appwrite services:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/appwrite@2.0.0/dist/umd/sdk.min.js\"\u003e\u003c/script\u003e\n```\n\n\n## Getting Started\n\nInitialise the Appwrite SDK in your code, and setup your API credentials:\n\n```js\n\n// Init your Web SDK\nvar appwrite = new Appwrite();\n\nappwrite\n    .setEndpoint('http://localhost/v1') // Set only when using self-hosted solution\n    .setProject('455x34dfkj') // Your Appwrite Project UID\n;\n\n```\n\n\n## Contribution\n\nThis library is auto-generated by Appwrite custom [SDK Generator](https://github.com/appwrite/sdk-generator). To learn more about how you can help us improve this SDK, please check the [contribution guide](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md) before sending a pull-request.\n\n## License\n\nPlease see the [BSD-3-Clause license](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE) file for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorstendittmann%2Fappwrite-refactor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorstendittmann%2Fappwrite-refactor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorstendittmann%2Fappwrite-refactor/lists"}