You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the first release will be focused on gRPC, we should do the bare minimum for REST services. For library implementation, even though requests is common, there are other options such as httpx are widely used. We should not depend on any or all of them, but instead ensure that the pypim API makes it easy through:
Relevant API entry to provide the endpoint and headers in a way that is directly translatable into the common libraries
Documentation examples using them
The text was updated successfully, but these errors were encountered:
Even though the first release will be focused on gRPC, we should do the bare minimum for REST services. For library implementation, even though
requests
is common, there are other options such ashttpx
are widely used. We should not depend on any or all of them, but instead ensure that the pypim API makes it easy through:The text was updated successfully, but these errors were encountered: