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
I cannot figure out a way to retrieve boundary details from the package. It is not given in the documentation. Is there any way to do this?
I used the very first example in the documentation to get the response and I am getting the output as mentioned.
When I go through the library, it seems to me that, the raw data holds the information that I need (i.e, boundary details), but it will be removed from the result when _format happens.
This happens exactly at this line. Due to this, even if I write a custom formatter, I cannot access the data, since the custom formatter is called after the above action is done.
So what should I do in order to get the boundary details?
The text was updated successfully, but these errors were encountered:
Hi,
I cannot figure out a way to retrieve boundary details from the package. It is not given in the documentation. Is there any way to do this?
I used the very first example in the documentation to get the response and I am getting the output as mentioned.
When I go through the library, it seems to me that, the
raw
data holds the information that I need (i.e, boundary details), but it will be removed from the result when_format
happens.This happens exactly at this line. Due to this, even if I write a custom formatter, I cannot access the data, since the custom formatter is called after the above action is done.
So what should I do in order to get the boundary details?
The text was updated successfully, but these errors were encountered: