Ismaïl MOURTADA

Results 4 issues of Ismaïl MOURTADA

When sending a `POST` request and selecting `multipart/form-data` as the `Content-Type` in the `Headers` section, the request body is a **request payload**, with parameters separated by a boundary When sending...

v6
triage

Referenced Issue: #122 **This PR tackles the following code improvements** 1. When configuring the ET_Client, loading the WSDL and refreshing the token, the current code only raise base Exceptions, which...

**Is your feature request related to a problem? Please describe** 1. When configuring the ET_Client, loading the WSDL and refreshing the token, the current code only raise base `Exception`s, which...

enhancement

## Description I am writing a basic CRUD app using SeaORM. At some point, I have a selector, used for either pagination and counting. ```rust let paginator = selector.into_model().paginate(self.connection, page_size);...

A-mock