{"id":26216110,"url":"https://github.com/oapicf/pokeapi-clients","last_synced_at":"2025-04-15T20:12:43.981Z","repository":{"id":54598398,"uuid":"464411689","full_name":"oapicf/pokeapi-clients","owner":"oapicf","description":"A set of generated API clients for Poké API from an OpenAPI v3 specification","archived":false,"fork":false,"pushed_at":"2024-11-04T23:44:29.000Z","size":12213,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T20:12:38.234Z","etag":null,"topics":["little-godzilla","oapicf","openapi","openapi-generator","pokemon"],"latest_commit_sha":null,"homepage":"","language":"C++","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/oapicf.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":"2022-02-28T09:12:16.000Z","updated_at":"2025-01-06T11:02:05.000Z","dependencies_parsed_at":"2024-07-09T16:53:54.825Z","dependency_job_id":null,"html_url":"https://github.com/oapicf/pokeapi-clients","commit_stats":null,"previous_names":["oapicf/pokeapi-clients","cliffano/pokeapi-clients"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oapicf%2Fpokeapi-clients","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oapicf%2Fpokeapi-clients/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oapicf%2Fpokeapi-clients/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oapicf%2Fpokeapi-clients/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oapicf","download_url":"https://codeload.github.com/oapicf/pokeapi-clients/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249145418,"owners_count":21219966,"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":["little-godzilla","oapicf","openapi","openapi-generator","pokemon"],"created_at":"2025-03-12T11:19:42.010Z","updated_at":"2025-04-15T20:12:43.946Z","avatar_url":"https://github.com/oapicf.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"https://raw.github.com/oapicf/pokeapi-clients/master/avatar.jpg\" alt=\"Avatar\"/\u003e\n\n[![Build Status](https://github.com/oapicf/pokeapi-clients/actions/workflows/ci-workflow.yaml/badge.svg)](https://github.com/oapicf/pokeapi-clients/actions/workflows/ci-workflow.yaml)\n\u003cbr/\u003e\n\nPokéAPI Clients\n---------------\n\nPokéAPI Clients is a set of generated API clients for [Poké API](https://www.pokeapi.co/) from an OpenAPI v3 specification. Credit goes to [Niccolò Maltoni](https://github.com/NiccoMlt) for building [the baseline version of PokéAPI specification](https://gist.github.com/NiccoMlt/073b18934a6001fc5a2414c590e3b8ba).\n\nThe API clients are generated using [OpenAPI Generator](https://openapi-generator.tech/).\n\nPublished packages\n------------------\n\n| Language | Package | Status | Documentation |\n|----------|---------|--------|---------------|\n| JavaScript | [pokeapi-client]((http://www.npmjs.com/package/pokeapi-client)) | [![Published Version](https://img.shields.io/npm/v/pokeapi-client.svg)](http://www.npmjs.com/package/pokeapi-client) | [README](https://github.com/oapicf/pokeapi-client/blob/main/clients/javascript/generated/README.md) |\n| Python | [pokeapiclient]((https://pypi.python.org/pypi/pokeapiclient)) | [![Published Version](https://img.shields.io/pypi/v/pokeapiclient.svg)](https://pypi.python.org/pypi/pokeapiclient) | [README](https://github.com/oapicf/pokeapi-client/blob/main/clients/python/generated/README.md) |\n| Ruby | [pokeapi_client]((https://rubygems.org/gems/pokeapi_client)) | [![Published Version](https://img.shields.io/gem/v/pokeapi_client.svg)](https://rubygems.org/gems/pokeapi_client) | [README](https://github.com/oapicf/pokeapi-client/blob/main/clients/ruby/generated/README.md) |\n\nVersion matrix\n--------------\n\nNote: Version 0.9.0 returns response as String since the specification does not yet include any response schema.\n\n| PokéAPI Clients Version | PokéAPI OpenAPI Spec Version | OpenAPI Version | OpenAPI Generator Version |\n|-------------------------|------------------------------|-----------------|---------------------------|\n| 1.1.0 | 20220523 | 3.0.0 | 7.6.0 |\n| 1.0.0 | 20220523 | 3.0.0 | 7.4.0 |\n| 0.10.0 | 20220523 | 3.0.0 | 6.0.1 |\n| 0.9.1 | 20220523 | 3.0.0 | 5.4.0 |\n\nInstallation\n------------\n\nYou can either use the generated clients from `clients/\u003clang\u003e/generated/` directory.\n\nOr you can use the published packages like below:\n\nInstall JavaScript client:\n\n    npm install pokeapi-client\n\nInstall Python client:\n\n    pip install pokeapiclient\n\nInstall Ruby client:\n\n    gem install pokeapi_client\n\nColophon\n--------\n\n* [API Documentation](https://oapicf.github.io/pokeapi-clients/api/latest/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foapicf%2Fpokeapi-clients","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foapicf%2Fpokeapi-clients","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foapicf%2Fpokeapi-clients/lists"}