You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Thanks for building this, you're opening the doors to community projects 👍
I'm in the process of building a mobile game and will be using the API. I built a JavaScript client to do so: gwent-api-client
There are a few things that would be neat to add to the API, namely:
"lastUpdated" with a date to know when to invalidate cached data
lexical information about the different abilities
Also, I feel like most of the times consumers will want to get all the cards. Instead of paginating through the API, it could be nice to have a JSON dump of the cards. A slightly refined version of the actual dataset.
Anyway, I'd like to give a hand. I could try to figure out how to install the project and get started but it'd be awesome you could just add a small contributing guide. The steps to install the project would be a good start 😄
Thanks for building this, you're opening the doors to community projects 👍
I'm in the process of building a mobile game and will be using the API. I built a JavaScript client to do so:
gwent-api-clientThere are a few things that would be neat to add to the API, namely:
Also, I feel like most of the times consumers will want to get all the cards. Instead of paginating through the API, it could be nice to have a JSON dump of the cards. A slightly refined version of the actual dataset.
Anyway, I'd like to give a hand. I could try to figure out how to install the project and get started but it'd be awesome you could just add a small contributing guide. The steps to install the project would be a good start 😄