CircleOfNice / CiRestClientBundle

Mapper for PHP internal curl library
GNU General Public License v3.0
57 stars 20 forks source link

Create another service with different default curl options #49

Open scion4581 opened 6 years ago

scion4581 commented 6 years ago

Hi! Maybe I missing something, but how to define another service with another default crud options For example in one service I need restclient with cert info but other not require it Reason - now every request reseting options to default

I see only one possible solution, pass options with each request...

Thanks