markciecior
markciecior
Hi @akinross, I'm aware my contribution doesn't include any tests today. If the use case is deemed legitimate I will add those. When a subject and/or provider labels are used...
I created a new PR using the technique mentioned above in #319.
Hi @vbscott - are there any other requirements to get new code like this merged into the PyPI package?
Thanks @vbscott , this is just what I needed. Any news on when this would get added to the PyPI package?
Since connectpyse is a very light wrapper around the Manage REST API, anything that the REST API supports should be workable using connectpyse. This is true of configuration questions and...
I solved this for Purchase Order Line Items with [this module](https://github.com/markciecior/ConnectPyse/blob/1cd82ab94a9973cdf69c0d872bf45e3d0244d34a/procurement/purchase_order_line_item_api.py#L9), but that was a one-off. An example is [here](https://github.com/markciecior/ConnectPyse/blob/1cd82ab94a9973cdf69c0d872bf45e3d0244d34a/README.txt#L73). I think @emichaud's solution is probably more scalable than mine....