Andrea de Marco
Andrea de Marco
Good point. If you need any help I'm here :)
Im sorry, but these days i've no time to take a look in this issue. Could someone help me with a Pull Request? ;)
Hi, could you write an example of **broken** code? I added this file and it just works ``` python # coding=utf-8 EUR = "€" def amount(tariff, currency=EUR): return '{0} {1:.2f}'.format(currency,...
Hi @rashed2014 , Can you send me an example of code?
Could you try with solution pointed in #37 ?
Hi @laserfox, it's very difficult recreate an environment like your. Anyway I think you can obtain this creating a subclass of `BasicAuthenticator` and mixing Kerberos and Cookie.
Hi Lasse, thanks for your interest. You do quite right, but my idea was a set of high-level API that should solve the unpythonic. The basic idea can be found...
Hi @prophaner , the url to call is something like: `/REST/1.0/search/ticket?query=AdminCc="YOURGROUP"` So with the library will be: ``` python try: response = resource.get(path='search/ticket?query=AdminCc="YOURGROUP"') logger.info(response.parsed) except RTResourceError as e: logger.error(e.response.status_int) logger.error(e.response.status)...
you are welcome ;) I succest you to start from a working url in the browser ;)
Make your Pull Request so I can see these suggestions ;)