mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-17 05:13:14 +03:00
* Introduce a request builder. We inject every dependency (eg RequestFactory and MultipartStreamBuilder) and we do not have to use postMultipart. * code style * Use uppercase on http verbs * Added setters and use getters * Added tests * style