{"id":22998960,"url":"https://github.com/mskry/esi-client","last_synced_at":"2026-02-22T23:32:56.372Z","repository":{"id":268102801,"uuid":"903338404","full_name":"mskry/esi-client","owner":"mskry","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-14T11:10:21.000Z","size":255,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-20T08:48:20.436Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mskry.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,"zenodo":null}},"created_at":"2024-12-14T10:52:22.000Z","updated_at":"2026-02-01T20:39:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc5f98d9-f8c8-463c-9575-40a433e71ee3","html_url":"https://github.com/mskry/esi-client","commit_stats":null,"previous_names":["mskry/esi-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mskry/esi-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskry%2Fesi-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskry%2Fesi-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskry%2Fesi-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskry%2Fesi-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskry","download_url":"https://codeload.github.com/mskry/esi-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskry%2Fesi-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29730728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"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":[],"created_at":"2024-12-15T06:15:11.551Z","updated_at":"2026-02-22T23:32:56.356Z","avatar_url":"https://github.com/mskry.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESI TypeScript Client\n\nA TypeScript client for the ESI (EVE Swagger Interface) API.\n\n## Installation\n\n```bash\nnpm install @evespace/esi-client\n```\n\n## Usage\n\n```typescript\nimport { Configuration, DefaultApi } from 'esi-client';\n\nconst config = new Configuration({\n    basePath: 'https://esi.evetech.net/latest'\n});\n\nconst api = new DefaultApi(config);\n\n// Example: Get character information\nconst characterInfo = await api.getCharactersCharacterId(12345);\n```\n\n## Features\n\n- Full TypeScript support with type definitions\n- Complete coverage of EVE Online ESI API endpoints\n- Built with fetch API\n- ESM and CommonJS support\n\n## Documentation\n\nFor detailed API documentation, please refer to the [EVE Swagger Interface](https://esi.evetech.net/ui/).\n\n## License\n\nISC © Mykola Skrypets\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskry%2Fesi-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskry%2Fesi-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskry%2Fesi-client/lists"}