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
Support hubs, and make the user experience as close to the traditional Warpcast API experience as possible.
🔈 Motivation
The Warpcast API is being deprecated at the end of the year.
📎 Additional context
Hubs use protobuf, so to interface with them we must generate protobuf types for each request/response and message type.
This makes the user experience a lot worse in Python, so we will need to create helper classes and functions that abstract away as much of the overhead as possible.
🚀 Feature Request
Support hubs, and make the user experience as close to the traditional Warpcast API experience as possible.
🔈 Motivation
The Warpcast API is being deprecated at the end of the year.
📎 Additional context
Hubs use protobuf, so to interface with them we must generate protobuf types for each request/response and message type.
This makes the user experience a lot worse in Python, so we will need to create helper classes and functions that abstract away as much of the overhead as possible.
Initial work can be found here: #518
Progress:
Hub
client classThe text was updated successfully, but these errors were encountered: