{"id":23862433,"url":"https://github.com/maybeizen/pterolink","last_synced_at":"2025-08-01T15:04:06.593Z","repository":{"id":270612828,"uuid":"910916329","full_name":"maybeizen/pterolink","owner":"maybeizen","description":"A Node.js library for interacting with the Pterodactyl Panel API.","archived":false,"fork":false,"pushed_at":"2025-02-13T02:54:09.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T03:28:48.241Z","etag":null,"topics":["api","pterodactyl","pterojs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/maybeizen.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":"2025-01-01T19:24:17.000Z","updated_at":"2025-02-13T02:54:12.000Z","dependencies_parsed_at":"2025-01-01T20:28:53.717Z","dependency_job_id":"15b78530-444f-44c4-a2c3-06c140724f13","html_url":"https://github.com/maybeizen/pterolink","commit_stats":null,"previous_names":["maybeizen/pterolink"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeizen%2Fpterolink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeizen%2Fpterolink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeizen%2Fpterolink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeizen%2Fpterolink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maybeizen","download_url":"https://codeload.github.com/maybeizen/pterolink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240170088,"owners_count":19759145,"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":["api","pterodactyl","pterojs"],"created_at":"2025-01-03T07:11:09.856Z","updated_at":"2025-02-22T12:14:12.012Z","avatar_url":"https://github.com/maybeizen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PteroLink\n\nA Node.js library for interacting with the Pterodactyl Panel API.\n\n## Installation\n\n```bash\n# still in development lol\n```\n\n## Getting Started\n\n### Communicating with the Application API\n\n```js\nconst { ApplicationClient } = require(\"pterolink\");\n\nconst client = new ApplicationClient({\n  url: \"https://your-pterodactyl-panel.com\",\n  apiKey: \"your-api-key\", // Application API Key (from Admin Control Panel)\n});\n```\n\n### Communicating with the Client API\n\n```js\nconst { UserClient } = require(\"pterolink\");\n\nconst client = new UserClient({\n  url: \"https://your-pterodactyl-panel.com\",\n  apiKey: \"your-api-key\", // User-Specific API Key\n});\n```\n\n## Contributing\n\nIf you want to contribute to this project, please feel free to submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaybeizen%2Fpterolink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaybeizen%2Fpterolink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaybeizen%2Fpterolink/lists"}