Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing TokensApi #2

Open
defro opened this issue Nov 7, 2022 · 3 comments
Open

Missing TokensApi #2

defro opened this issue Nov 7, 2022 · 3 comments

Comments

@defro
Copy link

defro commented Nov 7, 2022

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 ?

@ziwot
Copy link
Owner

ziwot commented Nov 8, 2022

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

@ziwot
Copy link
Owner

ziwot commented Nov 8, 2022

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

@ziwot
Copy link
Owner

ziwot commented Jan 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants