php-api-clients / github

:octocat: Async first Github client

Home Page:https://php-api-clients.org/clients/github/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync client returns async resources

mdrost opened this issue · comments

You should not create sync client from async client because returned resources are async and their refresh function returns promises instead of resource itself.

Yeah I'm aware of that, was planning to look into that today or tomorrow