ByMykel / CSGO-API

An unofficial JSON API for Counter-Strike 2 in multiples languages. List of skins, cases, stickers, collections, collectibles, agents, graffiti, keys, patches and music kits.
https://bymykel.github.io/CSGO-API/
MIT License
260 stars 31 forks source link

added name original for stickers #50

Closed vladdnepr closed 1 year ago

vladdnepr commented 1 year ago

After merge please update API files

vladdnepr commented 1 year ago
Снимок экрана 2023-08-31 в 13 50 12

example

ByMykel commented 1 year ago

@vladdnepr Thanks for the contribution. Do you mind giving me some examples where this could be used?

vladdnepr commented 1 year ago

name is unique mnemonic ID of sticker.

I think your name must be title, but I don't want to break backwards compatibility

So I put CSGO name to name_original

I can't give you example from my project. NDA

ByMykel commented 1 year ago

@vladdnepr Understood. Do you think it's a good idea to implement this in the rest of files?

ByMykel commented 1 year ago

@vladdnepr The new data is deployed.

vladdnepr commented 1 year ago

@vladdnepr Understood. Do you think it's a good idea to implement this in the rest of files?

Maybe. I think all possible input data must be in output result. You never know what can be useful for others

vladdnepr commented 1 year ago

@vladdnepr The new data is deployed.

Nope

Here not https://bymykel.github.io/CSGO-API/api/en/stickers.json

But in code yes https://raw.githubusercontent.com/ByMykel/CSGO-API/main/public/api/en/stickers.json

ByMykel commented 1 year ago

@vladdnepr I forgot to deploy to gh pages, it should be deployed in 5-10 minutes

vladdnepr commented 1 year ago

@vladdnepr I forgot to deploy to gh pages, it should be deployed in 5-10 minutes

Thank you