Facetoe

Results 36 comments of Facetoe

Hi @Ptr314, I've pushed a release. The process is pretty straightforward, just need to get you an API token and you can upload to PyPi.

Sounds like a bug. If you have a small snippet that reproduces this issue it would help greatly.

I don't have much time to work on Zenpy so if you can create a snippet that easily reproduces this issue I'll be more likely to find the time to...

Ahh yes, there is a nasty hack that allows it to work locally - https://github.com/facetoe/zenpy/blob/master/tests/test_api/__init__.py#L12. If you create that file you should be able to run the tests locally against...

I don't know how to do this, but if you can provide an example of submitting such a ticket via `curl` I can look into implementing support for it.

All good, I've reverted that code for now. I think once we know what is up we should add a new upload request handler for the macro uploads. The existing...

Hi @nealdav, the Help Centre API is not currently supported. In theory it would be straightforward to add support, it's just a matter of defining the endpoints and the objects....

I've merged initial support for the HelpCentre API into master. There are a couple of endpoints that still are not supported, but the majority are. I haven't written any docs...