Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to make custom requests (#81)
* Add ability to make custom requests When creating records using POST requests, the response is an empty 204. However, the link to the record is stored in the Location header of the response. This is to allow me to access the headers of the response so I can get the resulting record IDs. * style fix * fix style * Update zeep.py
- Loading branch information