{"id":26703993,"url":"https://github.com/gopad/gopad-js","last_synced_at":"2026-03-09T10:05:48.019Z","repository":{"id":31553547,"uuid":"128274867","full_name":"gopad/gopad-js","owner":"gopad","description":"Javascript SDK for Gopad","archived":false,"fork":false,"pushed_at":"2026-02-11T01:46:53.000Z","size":27752,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-11T06:04:49.734Z","etag":null,"topics":["etherpad","gopad","javascript","openapi","sdk"],"latest_commit_sha":null,"homepage":"https://gopad.eu","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/gopad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":"DCO","cla":null}},"created_at":"2018-04-05T23:18:30.000Z","updated_at":"2026-02-11T01:46:56.000Z","dependencies_parsed_at":"2024-05-28T01:58:25.325Z","dependency_job_id":"9ca6ce14-b210-4021-a7a8-30fa4643dfee","html_url":"https://github.com/gopad/gopad-js","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/gopad/gopad-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gopad","download_url":"https://codeload.github.com/gopad/gopad-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopad%2Fgopad-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["etherpad","gopad","javascript","openapi","sdk"],"created_at":"2025-03-27T04:22:36.848Z","updated_at":"2026-03-09T10:05:48.014Z","avatar_url":"https://github.com/gopad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gopad: SDK for Javascript\n\n[![General Workflow](https://github.com/gopad/gopad-js/actions/workflows/general.yml/badge.svg)](https://github.com/gopad/gopad-js/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#gopad:matrix.org](https://img.shields.io/badge/matrix-%23gopad%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#gopad:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/de988a49ed9f4e3eae33faa17b5f08d4)](https://app.codacy.com/gh/gopad/gopad-js/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade) [![NPM Version](https://badge.fury.io/js/gopadjs.svg)](https://badge.fury.io/js/gopadjs)\n\nThis repository provides a client SDK for Typescript/Javascript. This SDK is\nautomatically generated by the [OpenAPI Generator][generator] project:\n\n-   API version: 1.0.0-alpha1\n-   Package version: 3.4.0\n-   Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen\n\nFor more information, please visit [https://gopad.eu](https://gopad.eu)\n\n## Environments\n\n-   Node.js\n-   Webpack\n-   Browserify\n\n## Language level\n\n-   ES5 - you must have a Promises/A+ library installed\n-   ES6\n\n## Module system\n\n-   CommonJS\n-   ES6 module system\n\nIt can be used in both TypeScript and JavaScript. In TypeScript, the definition\nwill be automatically resolved via `package.json`.\n\n## Installation\n\n### Installation with NPM\n\nIf you want to use one of the versions released via NPM you just need to execute\nthe following command within your project directory, after that you can import\nit as other libraries:\n\n```console\nnpm install --save gopadjs@3.4.0\n```\n\n### Installation with Git\n\nIf you want to use an unreleased version hosted on our GitHub repository you can\nexecute the folling command within your project directory, after that you can\nimport it as other libraries:\n\n```console\nnpm install --save https://github.com/gopad/gopad-js\n```\n\n## Building\n\nTo build and compile the Typescript sources to Javascript simply execute the\nfollowing commands and you are ready to go:\n\n```console\nnpm install\nnpm run build\n```\n\n## Security\n\nIf you find a security issue please contact\n[gopad@webhippie.de](mailto:gopad@webhippie.de) first.\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n-   [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nApache-2.0\n\n## Copyright\n\n```console\nCopyright (c) 2018 Thomas Boerger \u003cthomas@webhippie.de\u003e\n```\n\n[generator]: https://openapi-generator.tech\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopad%2Fgopad-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgopad%2Fgopad-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopad%2Fgopad-js/lists"}