Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Popular repositories
-
-
-
A website where students can rate and make comments about their professors. Um site onde os alunos podem avaliar e comentar a respeito de seus professores.
PHP
259 contributions in the last year
Contribution activity
August 2019
- viniciusd/sanic-openapi Python
Created a pull request in huge-success/sanic-openapi that received 1 comment
Add basic support for type hinting-based docs
Incrementally addresses #128 A working example that fully works after these changes: from sanic import Sanic from sanic_openapi import doc, swagger…
+27
−3
•
1
comment
Created an issue in huge-success/sanic-openapi that received 4 comments
[Feature Request] Support typehinting
Problem
I'm always frustrated when I want to type-hint my models because sanic-openapi picks up the model types by assignment (e.g. id = int) only.…
4
comments