cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

Enhancment request : xml input #50

Open TwinMist opened 4 years ago

TwinMist commented 4 years ago

hi would i be possble to add in a option so you can pass data already in the correct xml format to upload $response = $ocip->xml($request);

this way we can replay the output from broadwork logs.

thanks