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
# instead of using the frappe client, we will use the requests library to make the post call
207
+
# reason: FrappeClient's post_api method sends data in params which is not ideal for large payloads(Proxy returns JSON Decode errors as the URL is too long)
208
+
# and post_request method uses "cmd" based key in it's payload which is weird semantically
0 commit comments