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
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Rest api's use request params as strings for arguments and options for transport. Java api use maps which are then converted to strings for transport and re-converted back to maps on a server side.
In this case let's pick a standard and remove the duplication of work.