WalterProof / tzkt-php-client

Generated OpenAPI client for TZKT
2 stars 1 forks source link

Missing TokensApi #2

Open defro opened 1 year ago

defro commented 1 year ago

According to TZKT API, a endpoint to fetch tokens exists: https://api.tzkt.io/#tag/Tokens

In actual files I saw you were using OpenAPI Generator to generate Api class files.

Can you generate files for this endpoint ?

WalterProof commented 1 year ago

Hi yes I'll try to do it soon, will let you know here, need to find the openapi spec, I don't remember where I got this

WalterProof commented 1 year ago

it seems that I have to generate from https://github.com/baking-bad/tzkt-pro

WalterProof commented 1 year ago

I so dumb, just had to generate from https://api.tzkt.io/v1/swagger.json

Added the command https://github.com/der-alter/tzkt-php-client/blob/main/Makefile

Refreshed the code and published a new version, I'm going to try to use the api in a pet project

PS: tried accountsGetByAddress and it seems ok