yapapi icon indicating copy to clipboard operation
yapapi copied to clipboard

identity API support through proper bindings

Open shadeofblue opened this issue 4 years ago • 1 comments

  • ensure ya-client contains definitions for the identity API (the /me endpoint of yagna's REST API)
  • ensure there exists a ya-aioclient library version that contains bindings for the Identity API
  • use the identity API where it's needed instead of calling the REST API directly from yapapi code

(currently the Identity API is only needed to support VPN creation in golem.create_network())

shadeofblue avatar Sep 07 '21 13:09 shadeofblue

Another endpoint handled this way: /version/get.

filipgolem avatar Feb 15 '22 10:02 filipgolem