Sebastián Ramírez
5f7fe926ab
✨ Add support for Response parameters to set headers, cookies, and status codes ( #294 )
...
* ✨ Add support for declaring a Response parameter to set headers and cookies
* ✅ Add source for docs and tests
* 📝 Add docs for setting headers, cookies and status code
* 📝 Add attribution to Hug for inspiring response parameters
2019-06-06 14:29:40 +04:00
Sebastián Ramírez
5700d65188
🔖 Release 0.28.0
2019-06-05 21:13:32 +04:00
Sebastián Ramírez
bff5dbbf5d
✨ Implement dependency value cache per request ( #292 )
...
* ✨ Add dependency cache, with support for disabling it
* ✅ Add tests for dependency cache
* 📝 Add docs about dependency value caching
2019-06-05 21:00:54 +04:00
Sebastián Ramírez
09cd7c47a1
✨ Implement dependency overrides for testing ( #291 )
...
* ✨ Implement dependency overrides for testing
* ✅ Add docs source tests and extra tests for dependency overrides
* 📝 Add docs for testing dependencies with overrides
2019-06-05 15:43:18 +04:00
Sebastián Ramírez
e2fadcbc90
🔖 Release version 0.27.2
2019-06-03 22:03:24 +04:00
Sebastián Ramírez
c7db2ff858
🐛 Fix path and query parameters receiving dict as valid ( #287 )
...
* 🐛 Fix path and query parameters accepting dict
* ✅ Add several tests to ensure invalid types are not accepted
* 📝 Document (to include tested source) using query params with list
* 🐛 Fix OpenAPI schema in query with list tutorial
2019-06-03 21:59:40 +04:00
Sebastián Ramírez
2a7ef5504a
🔖 Release 0.27.1
2019-06-03 18:44:03 +04:00
Sebastián Ramírez
d262f6e929
🐛 Fix HTTP Bearer security auto-error ( #282 )
2019-06-01 09:57:45 +04:00
Sebastián Ramírez
3ed112e8a9
🐛 Fix type declaration of HTTPException ( #279 )
2019-05-30 19:43:02 +04:00
Sebastián Ramírez
9da626eb2c
🔖 Release version 0.27.0
2019-05-30 17:48:52 +04:00
Sebastián Ramírez
bd407cc4ed
✨ Refactor param extraction using Pydantic Field ( #278 )
...
* ✨ Refactor parameter dependency using Pydantic Field
* ⬆️ Upgrade required Pydantic version with latest Shape values
* ✨ Add tutorials and code for using Enum and Optional
* ✅ Add tests for tutorials with new types and extra cases
* ♻️ Format, clean, and add annotations to dependencies.utils
* 📝 Update tutorial for query parameters with list defaults
* ✅ Add tests for query param with list default
2019-05-30 17:40:43 +04:00
Sebastián Ramírez
83b1a117cc
🔖 Release version 0.26.0
2019-05-29 19:29:44 +04:00
Sebastián Ramírez
62af6e0eeb
✨ Separate Pydantic's ValidationError handler and improve docs for error handling ( #273 )
...
* ✨ Implement separated ValidationError handlers and custom exceptions
* ✅ Add tutorial source examples and tests
* 📝 Add docs for custom exception handlers
* 📝 Update docs section titles
2019-05-29 16:27:55 +04:00
Sebastián Ramírez
703ade7967
🐛 Fix path in path parameters ( #272 )
2019-05-29 13:34:46 +04:00
Sebastián Ramírez
a49d45eaa9
🐛 Fix response_model type to allow List[Model] ( #266 )
2019-05-27 21:56:20 +04:00
Sebastián Ramírez
3986f79029
🔖 Release version 0.25.0
2019-05-27 20:21:03 +04:00
Sebastián Ramírez
7b63bc5551
✨ Add include, exclude, and by_alias to path operation methods ( #264 )
...
* ✨ Make jsonable_encoder's include and exclude receive sequences
* ✨ Add include, exclude, and by_alias to app and router
* ✨ Add and update tutorial code with new parameters
* 📝 Update docs for new parameters and add docs for updating data
* ✅ Add tests for consistency in path operation methods
* ✅ Add tests for new parameters and update tests
2019-05-27 16:08:13 +04:00
William Hayes
d8716f94ae
✨ Add skip_defaults support for path operations (for #242 ) ( #248 )
2019-05-25 19:35:57 +04:00
Sebastián Ramírez
67f8cb3b4f
🔖 Release 0.24.0
2019-05-24 22:48:27 +04:00
James Kaplan
b087246f26
✨ Add support for WebSockets with dependencies, params, etc #166 ( #178 )
2019-05-24 20:41:41 +04:00
Sebastián Ramírez
fc89eb8f81
🔖 Release version 0.23.0
2019-05-21 23:26:28 +04:00
Steinthor Palsson
325edd5f00
✨ Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs ( #198 )
2019-05-21 22:39:58 +04:00
Trim21
01b43e6e25
⚡ Make Swagger UI, ReDoc and OpenAPI handlers be coroutines to improve performance ( #241 )
2019-05-20 18:34:33 +04:00
euri10
f54d8d57a4
✨ Make Swagger UI and ReDoc parameterizable to host offline assets for docs ( #112 )
2019-05-20 11:26:54 +04:00
Sebastián Ramírez
56ab106bbb
🔖 Release version 0.22.0
2019-05-16 18:09:11 +04:00
Sebastián Ramírez
e92b43b5c8
✨ Add parameter dependencies to path operation decorators and include_router ( #235 )
...
* ✨ Implement dependencies in decorator and .include_router
* 📝 Add docs for parameter dependencies
* ✅ Add tests for dependencies parameter
* 🔥 Remove debugging prints in tests
* 📝 Update release notes
2019-05-16 18:07:00 +04:00
euri10
adfbd27100
🐛 Fix OpenAPI URL format for Starlette convertors ( #234 )
2019-05-16 17:55:14 +04:00
Sebastián Ramírez
ca27317b65
✨ Add param functions, to override types, to make mypy happy ( #226 )
2019-05-15 21:25:11 +04:00
Sebastián Ramírez
7b2993682f
🔖 Release 0.21.0
2019-05-15 14:54:46 +04:00
Ricardo Momm
b0b88f9d5b
🔊 Raise from previous exception ( #195 )
2019-05-15 14:50:58 +04:00
euri10
f541d2c200
✨ Use a logger instead of the root logging ( #222 )
2019-05-15 14:43:31 +04:00
Derek J. Lambert
4a1648b04e
✏️ Minor spelling fix in routing ( #221 )
2019-05-14 22:04:18 +04:00
Sebastián Ramírez
5189c93d85
🔖 Release 0.20.1
2019-05-11 19:38:08 +04:00
Steve B
d675991a34
✨ add py.typed to ship typing information ( #209 )
...
As described in https://www.python.org/dev/peps/pep-0561/
2019-05-11 13:43:47 +04:00
Sebastián Ramírez
7f673cf4e9
🔖 Release 0.20.0
2019-04-27 17:51:31 +04:00
Sebastián Ramírez
3797c04946
✨ Use 401 with WWW-Authenticate for OAuth2 and add scope_str ( #188 )
2019-04-27 17:00:56 +04:00
Sebastián Ramírez
8e3a7699a3
🔖 Release 0.19.0
2019-04-26 13:48:30 +04:00
Sebastián Ramírez
192ebba2a2
♻️ Rename parameter content_type to response_class ( #183 )
2019-04-26 13:11:16 +04:00
Sebastián Ramírez
8880c4cb03
🔖 Release 0.18.0
2019-04-22 21:08:43 +04:00
Sebastián Ramírez
f216d340ec
✨ Add automatic header handling for HTTP Basic Auth ( #175 )
...
* ✨ Add automatic header handling for HTTP Basic Auth
* 🎨 Remove obsolete comment
2019-04-21 21:44:25 +04:00
Sebastián Ramírez
aa7b4bd101
🔖 0.17.0
2019-04-20 22:12:55 +04:00
Sebastián Ramírez
9e748dbca4
✨ By default, encode by alias ( #168 )
2019-04-20 20:29:54 +04:00
Sebastián Ramírez
cefe6cf92c
🔖 Release version 0.16.0
2019-04-16 23:28:13 +04:00
Sebastián Ramírez
546d233dec
♻️ Update Pydantic usage, types, values, minor structure changes ( #164 )
2019-04-16 23:26:09 +04:00
Sebastián Ramírez
61dd36a945
✨ Upgrade docstring Markdown parsing ( #163 )
...
* ✨ Upgrade docstring Markdown parsing
* 📝 Update release notes
2019-04-16 22:49:18 +04:00
Sebastián Ramírez
4c3cf31730
🔖 Release 0.15.0, multi-file uploads
2019-04-14 22:14:20 +04:00
Sebastián Ramírez
aad6b123f7
✨ Add support for multi-file uploads ( #158 )
2019-04-14 22:12:14 +04:00
Sebastián Ramírez
08484603ee
🔖 Release 0.14.0
2019-04-12 21:56:22 +04:00
Sebastián Ramírez
88ece95a30
🎨 Improve automatic naming of path operations in API docs ( #155 )
...
* 🎨 Improve operation summary naming
* 📝 Update names in README
* 🚚 Improve names of security tutorial
2019-04-12 21:25:26 +04:00
William Hayes
500f2b2ad4
✨ Add deeplinking to Swagger UI ( #148 )
...
Update the Swagger UI docs to deep link to path operations to share them more easily.
2019-04-12 11:49:32 +04:00
Sebastián Ramírez
1b8bbd51d8
🔖 Release 0.13.0
2019-04-09 23:38:11 +04:00
Sebastián Ramírez
7391056daf
✨ Add OAuth2 scopes with SecurityScopes, upgrade Security ( #141 )
...
* ✨ Upgrade OAuth2 Security with scopes handling
* 📝 Update Security tutorial with OAuth2 and JWT
* ✨ Add tutorial code for OAuth2 with scopes (and JWT)
* ✅ Add tests for tutorial/OAuth2 with scopes
* 🐛 Fix security_scopes type declaration
* ✨ Add docs and tests for SecurityScopes
2019-04-09 23:29:04 +04:00
Sebastián Ramírez
6a274d18b4
🔖 Release 0.12.1, fix responses in include_router
2019-04-05 20:08:36 +04:00
Sebastián Ramírez
c8df3ae57c
🐛 Fix handling additional responses in include_router ( #140 )
2019-04-05 20:06:40 +04:00
Sebastián Ramírez
e68a68c97c
🔖 Release 0.12.0, add additional responses
2019-04-05 14:35:01 +04:00
Sebastián Ramírez
ad471307e2
✨ Additional Responses ( #97 )
...
Add additional responses to OpenAPI, including Pydantic models or schemas directly, custom status codes, media types, extending `response_model`, etc.
2019-04-05 14:18:28 +04:00
Sebastián Ramírez
2bd775988f
✨ Add/refactor addditional responses, tests, docs
2019-04-05 13:54:00 +04:00
Sebastián Ramírez
c59ddc8a24
🔖 Release 0.11.0
2019-04-03 15:51:44 +04:00
Sebastián Ramírez
fad3a9e1dc
✨ Add auto_error to security utils ( #134 )
...
to allow them to be optional, also allowing the declaration of multiple security schemes
2019-04-03 15:44:52 +04:00
Sebastián Ramírez
deff2b6678
🔖 Release 0.10.3
2019-03-30 21:54:00 +04:00
yihuang
f806ba642a
🔥 Remove repeated param declaration ( #123 )
2019-03-30 21:07:41 +04:00
Sebastián Ramírez
825f397918
🔖 Release 0.10.2
2019-03-29 15:17:34 +04:00
Sebastián Ramírez
b7d184363f
🐛 Fix JSON Schema of additional properties ( #121 )
...
#87
2019-03-29 15:15:49 +04:00
Sebastián Ramírez
b0f7961b65
🔖 Release 0.10.1: support for encode/databases
2019-03-25 22:21:59 +04:00
Sebastián Ramírez
5a6e47bd49
🔖 Release 0.10.0: BackgroundTasks and websockets fix
2019-03-24 23:37:37 +04:00
Sebastián Ramírez
9b04593260
✨ Add support for BackgroundTasks parameters ( #103 )
...
* ✨ Add support for BackgroundTasks parameters
* 🐛 Fix type declaration in dependencies
* 🐛 Fix coverage of util in tests
2019-03-24 23:33:35 +04:00
euri10
6d77e2ac5f
✨ Add websocket to APIRouter ( #100 )
...
* Add websocket to APIRouter
* Restore upstream/master Pipfile.lock (git checkout upstream/master -- Pipfile.lock)
* Added tests for router with a prefix
2019-03-24 23:18:20 +04:00
Mohammed
eda9b28338
files formatting
2019-03-23 13:10:45 +03:00
Mohammed
7514ac6fb0
100% test coverage
2019-03-23 13:01:53 +03:00
Mohammed
65568065e0
Remove extra code.
2019-03-23 00:47:32 +03:00
Mohammed
95679ca5e6
Fix: adding additional_responses on `.include_router()`
2019-03-23 00:37:10 +03:00
Mohammed
84a300ef84
Formatting according to guide
2019-03-22 22:54:48 +03:00
Mohammed
c6d28c8209
Accept Multiple Additional Responses
2019-03-22 22:50:47 +03:00
Mohammed
aa0bca7bb2
Additional Responses implementation
2019-03-22 22:40:07 +03:00
Sebastián Ramírez
9778542ba6
🔖 Release 0.9.1, multi value/duplicate query/header
2019-03-22 21:52:37 +04:00
Sebastián Ramírez
4f852878d6
🔖 Release 0.9.0, compatible with latest Pydantic
2019-03-22 16:29:33 +04:00
Sebastián Ramírez
108c2f3c0e
⬆️ Update Pydantic to 0.21.0 ( #90 )
...
* ⬆️ Upgrade Pydantic and others (isort), update docs after changes by isort
* 🎨 Format with newest isort, update type hints in jsonable_encoder
* 🔧 Update test script, to avoid Pydantic type errors
* ⬆️ Update pyproject.toml with latest Pydantic
2019-03-21 18:40:29 +04:00
Sebastián Ramírez
a174f01901
🔖 Release version 0.8.0
2019-03-16 21:24:26 +04:00
euri10
11c755bee3
✨ Add tags parameter to app.include_router ( #55 )
2019-03-16 21:15:08 +04:00
Sebastián Ramírez
1112ac7538
⬆️ Update imports and scripts for new isort versions ( #75 )
2019-03-09 15:04:13 +04:00
Sebastián Ramírez
ac2b18bf40
🔖 Release 0.7.1, Raspberry Pi deployment and docs
2019-03-04 20:07:11 +04:00
Sebastián Ramírez
c14ec50f73
🔖 Release 0.7.0, with support for UploadFile
2019-03-03 21:06:42 +04:00
Sebastián Ramírez
0b9fe62a10
Add support for UploadFile class annotations ( #63 )
...
* ✨ Add support for UploadFile annotations
* 📝 Update File upload docs with FileUpload class
* ✅ Add tests for UploadFile support
* 📝 Update UploadFile docs
2019-03-03 20:52:37 +04:00
Sebastián Ramírez
1f03e85f06
🔖 Release 0.6.4
2019-03-02 22:33:48 +04:00
Sebastián Ramírez
daaf654868
🔖 Release 0.6.3: favicons in docs
2019-02-24 01:49:04 +04:00
Sebastián Ramírez
8e1ecaf221
💄 Add FastAPI favicons to docs ( #53 )
2019-02-24 01:31:50 +04:00
Sebastián Ramírez
9940c1511e
🔖 Release 0.6.2, SQL tutorial improvements and project generator
2019-02-24 01:09:49 +04:00
Sebastián Ramírez
4473e6a096
🔖 Release 0.6.1: GraphQL
2019-02-20 21:59:24 +04:00
Sebastián Ramírez
0ed55eb7d3
🔖 Release 0.6.0, upgrade Starlette, improve SQLAlchemy compatibility
2019-02-19 21:20:32 +04:00
Sebastián Ramírez
ba10838c30
⬆️ Upgrade Starlette and fix compatibility ( #44 )
2019-02-19 20:27:48 +04:00
Sebastián Ramírez
88b31e6a4d
🔖 Release 0.5.1: docs
2019-02-18 22:52:03 +04:00
Sebastián Ramírez
894e131e03
🔖 Release 0.5.0 with new HTTPException
2019-02-16 17:06:31 +04:00
Sebastián Ramírez
8772e2f2ee
✨ Add HTTPException with custom headers ( #35 )
...
* 📝 Update Release Notes with issue templates
* ✨ Add HTTPException with support for headers
Including docs and tests
* 📝 Update Security docs to use new HTTPException
2019-02-16 17:01:29 +04:00
Sebastián Ramírez
acbcbba94f
🔖 Release 0.4.0 with openapi_prefix, #26
2019-02-14 23:04:55 +04:00
Kabir Khan
0ea0d0e82a
Add Open API prefix route - correct docs behind reverse proxy ( #26 )
...
Add Open API prefix route - correct docs behind reverse proxy.
2019-02-14 22:57:49 +04:00
Sebastián Ramírez
7863490c8c
🔖 Release after SQLAlchemy fix: 0.3.0
2019-02-12 23:06:05 +04:00
Sebastián Ramírez
955e9fcb31
Update fix SQLAlchemy support with ORM ( #30 )
...
✨ SQLAlchemy ORM support
Improved jsonable_encoder with SQLAlchemy support, tests running with SQLite, improved and updated SQL docs
* ➕ Add SQLAlchemy to development dependencies (not required for using FastAPI)
* ➕ Add sqlalchemy to testing dependencies (not required to use FastAPI)
2019-02-12 23:02:21 +04:00
Sebastián Ramírez
9484f939ed
🔖 Bump version, after fix, release
2019-02-12 21:46:35 +04:00
Sebastián Ramírez
9745a5d1ae
🐛 Fix jsonable_encoder for models with Config ( #29 )
...
but without json_encoders
2019-02-12 21:43:34 +04:00
Sebastián Ramírez
92c825be6a
🔖 Release 0.2.0
2019-02-08 16:09:48 +04:00
euri10
32438c85f6
Using pydantic custom encoders ( #21 )
...
Add support for Pydantic custom JSON encoders.
2019-02-08 16:06:19 +04:00
Sebastián Ramírez
6d9fc08a7e
🚀 Bump version and add Release Notes
2019-02-01 14:23:20 +04:00
euri10
5c9c088a2a
Upgrade Starlette version ( #17 )
...
Upgrade Starlette version
2019-02-01 14:14:23 +04:00
Sebastián Ramírez
3d2c0993c1
📌 Pin versions of dependencies and bump version
2019-01-23 18:57:48 +04:00
Sebastián Ramírez
e5b341c7dd
🔖 Bump version after fix for constrained bytes
2019-01-05 17:38:59 +04:00
Sebastián Ramírez
577c5a84db
🐛 Fix constrained bytes, from defaults in Pydantic
...
#2
2019-01-05 17:30:27 +04:00
Sebastián Ramírez
3c08b05ea6
🔖 Bump version, after query and header as lists
...
and bug fixes for Python 3.7
2018-12-30 21:46:49 +04:00
Sebastián Ramírez
60599bad99
🐛 Fix Python 3.7 specific list query handling
2018-12-30 21:43:34 +04:00
Sebastián Ramírez
ca0652aebf
🐛 Fix type checks for Python 3.7
2018-12-30 00:14:39 +04:00
Sebastián Ramírez
be957e7c99
✨ Allow lists of query or header params
...
and add tests for them
2018-12-30 00:07:31 +04:00
Sebastián Ramírez
90af868146
✨ Add security checks for HTTP utils
...
and tests for them
2018-12-29 23:04:54 +04:00
Sebastián Ramírez
5278314f2f
🔖 Bump version, new security features and bug fixes
2018-12-28 20:40:40 +04:00
Sebastián Ramírez
4a0316bcfe
🎨 Add missing type definition
2018-12-28 20:39:04 +04:00
Sebastián Ramírez
0393a093d3
✨ Improve security utilities and add tests
2018-12-28 20:35:48 +04:00
Sebastián Ramírez
804ec460fc
⬆️ Add tests, fix issues and update Pydantic
2018-12-28 16:10:29 +04:00
Sebastián Ramírez
098e629344
🔖 Bump version, after changes in OAuth2 utils
2018-12-24 20:21:28 +04:00
Sebastián Ramírez
4a0922ebab
♻️ Update OAuth2 class utilities to be dependencies
2018-12-24 20:20:21 +04:00
Sebastián Ramírez
bc3e7f2bbc
🔖 Version bump, fixing several issues, lots of docs and tests
2018-12-24 09:35:20 +04:00
Sebastián Ramírez
cfb65d0e15
🐛 Fix utility OAuth2PasswordRequestForm to use forms
...
and be used as a dependency
2018-12-24 09:34:28 +04:00
Sebastián Ramírez
510fec9bee
♻️ Refactor jsonable_encoder and test it
...
with nested arbitrary classes
2018-12-22 17:15:04 +04:00
Sebastián Ramírez
a73709507c
✅ Add docs, tests and fixes for extra data types
...
including refactor of jsonable_encoder to allow other object and model types
2018-12-22 14:35:48 +04:00
Sebastián Ramírez
75407b9295
🚨 Fix mypy type errors
2018-12-22 09:05:13 +04:00
Sebastián Ramírez
748dc375db
🐛 Fix Form and File params must always be embeded
...
and add tests for forms and files
2018-12-22 08:24:48 +04:00
Sebastián Ramírez
c25a71e352
🐛 Re-implement check for body as a workaround
...
while encode/starlette#287 is merged
2018-12-22 07:40:56 +04:00
Sebastián Ramírez
b097a538ab
🔖 Bump version, after fix for email_validator and docs
2018-12-21 16:33:45 +04:00
Sebastián Ramírez
d5e782074f
🐛 Fix email_validator error, generated by autoflake
2018-12-21 14:51:17 +04:00
Sebastián Ramírez
7da9625505
💚 Revert to flit install and re-format
...
As it has shown to be more reliable, and closer to final user environments
2018-12-18 22:36:04 +04:00
Sebastián Ramírez
00e2e544c7
♻️ Re-format tutorials, files names and tests
...
for tutorial files
2018-12-18 21:59:06 +04:00
Sebastián Ramírez
dcb076b752
🐛 Fix optional bodies raising an error
...
when not provided in the request
2018-12-18 21:11:24 +04:00
Sebastián Ramírez
acc15230ea
✅ Update query tests, application type checks
...
and temporarily disable coverage fail, to allow publishing docs from Travis
2018-12-17 15:48:38 +04:00
Sebastián Ramírez
8d29a28f82
📝 Update docs, stubs and structure
2018-12-15 21:52:28 +04:00
Sebastián Ramírez
ddf20e8977
📝 Add request body tutorial
2018-12-14 15:30:43 +04:00
Sebastián Ramírez
4eb2950626
🐛 Fix error location for required parameters
2018-12-14 14:27:29 +04:00
Sebastián Ramírez
9febe9af2a
✨ Update OAuth2 Form model and add strict version
2018-12-14 10:01:33 +04:00
Sebastián Ramírez
f9c876802f
🎨 Update param names for main FastAPI app and types
2018-12-14 10:00:49 +04:00
Sebastián Ramírez
d9fbead646
🎨 Remove un-used imports, add auto-flake
2018-12-13 21:48:03 +04:00
Sebastián Ramírez
948a39af95
🎨 Re-order parameters
2018-12-13 20:05:35 +04:00
Sebastián Ramírez
a2c87f3652
🔖 Bump version for release
2018-12-11 00:31:02 +04:00
Sebastián Ramírez
8c66b3a492
🐛 Add ValidationError schema even if only bodies
...
are declared in the defined endpoints
2018-12-11 00:30:15 +04:00
Sebastián Ramírez
26ccb7620a
🔖 Bump version for release
2018-12-10 20:13:13 +04:00
Sebastián Ramírez
ece3252385
✨ Add util class for OAuth2 Password Bearer scheme
2018-12-10 20:11:14 +04:00
Sebastián Ramírez
26ffa5d9c8
⬆️ Update JS CDN to cdn.jsdelivr.net
...
as unpkg.com seems to have been down all day
2018-12-10 20:09:08 +04:00
Sebastián Ramírez
64e904b12e
🐛 Fix indentation bug
2018-12-10 18:20:55 +04:00
Sebastián Ramírez
9458d699cb
🐛 Un-hide inner HTTPException errors
2018-12-10 18:17:42 +04:00
Sebastián Ramírez
6f68666e0e
🐛 Fix int query parameters with default
...
being treated as body
2018-12-10 18:08:08 +04:00
Sebastián Ramírez
9a6fcdd13c
🔊 Log body parsing errors
2018-12-10 17:54:53 +04:00
Sebastián Ramírez
b763a44328
🐛 Fix import of email_validator from Pydantic
2018-12-10 17:49:39 +04:00
Sebastián Ramírez
da166b7967
🔒 Fix constraining return values to model
2018-12-10 16:46:40 +04:00
Sebastián Ramírez
8cc9ccab92
🎨 Update main imports (and exports)
2018-12-10 07:59:17 +04:00
Sebastián Ramírez
3e4fc9f182
📄 Add license file, update version
...
and first pyproject.toml
2018-12-08 11:57:18 +04:00
Sebastián Ramírez
db3c270f8e
✨ Update requests with body, rename params
2018-12-08 11:55:36 +04:00
Sebastián Ramírez
0e19c24014
✨ Update parameter names and order
...
fix mypy types, refactor, lint
2018-12-07 19:12:16 +04:00
Sebastián Ramírez
addfa89b0f
✨ Refactor, update code, several features
2018-12-06 23:47:58 +04:00
Sebastián Ramírez
b9d912c638
♻️ Refactor, fix and update code
2018-12-06 20:24:50 +04:00
Sebastián Ramírez
406c092a3b
🎉 Start tracking messy initial stage
...
...before refactoring and breaking something
2018-12-05 10:56:50 +04:00