ReddyTintaya

Results 3 issues of ReddyTintaya

I'm doing an auth service my Register endpoint looks like: ``` class Register(Resource): @swagger.operation( notes='Register a new User', responseClass=SwaggerUserModel.__name__, nickname='create', parameters=[ { "name": "body", "description": "This should send {"name", "password"}",...

What is the minimun size recommended for a good processing?

I tried the Testing example in the Readme, but I get: Cache is not found. My action ```yml name: test on: pull_request jobs: test: runs-on: ubuntu-latest steps: - name: Check...