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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Incorporated full support for tRPC
Users are no longer required to manually supply the method type for their procedure calls and can instead select it from a dropdown menu.
Inputs and arguments for end points are now separated in a more streamlined UI reducing user error and providing a much more user-friendly experience.
Users can batch together calls by adding additional procedures into their list before hitting the send request button.
Subscriptions feature is also now fully functional and users can seamlessly subscribe to a specific websocket endpoint while concurrently performing mutate and query procedure calls. These actions can be carried out without interrupting the websocket connection, ensuring a smooth and uninterrupted user experience.
Headers and Cookies are now included with each request, and can be extracted from responses to be displayed properly.
The history tab now displays prior network activity that can be selected to automatically rebuild prior requests.
Removed unnecessary node modules, reducing bundle filesize by 5%