yooper

Results 21 comments of yooper

Can we get the status codes to be integers, and not strings? Otherwise, we have to cast within the python script. `"e_code":"200"` -> `"e_code":200`

To provide these enhancements via CLI, would you be open to using an off the shelf python CLI library such as: - https://github.com/pallets/click - https://github.com/python-poetry/cleo (my goto) I don't mind...

@WebBreacher , Do you want the async threading work built on top of the branch "new-python-script" or "main" ? Sounds good on the CLI for now. Cheers,

Sorry, for blasting you with questions.. I need to get a good understanding of what you need done so I don't start down the wrong path. With the new checker...

@WebBreacher , here is a current break down of the refactor. #### Outputs - Script always outputs results to screen/terminal **Done, the format of the outputted data is dependent on...

Thanks for reporting the issue. I will check it out later this week. Cheers, On Tue, Oct 5, 2021, 5:17 AM Muhammad Mehroz Anjum ***@***.***> wrote: > I am trying...

@mehroz1 , please can you provide a test case for me to recreate the issue. Thanks,

@hans0801 , it could easily be implemented if you have the time and drive. I don't have any ability to support new features at this time.

Create a separate branch and start changing the function calls to include type hinting.

Good Morning @WebBreacher , feel free to assign the ticket to me. What would the ideal output be for POST requests?