Commit Graph

25 Commits

Author SHA1 Message Date
Christian Siegel
67f48ae24d Add swagger_ui_config option to pass config to the Swagger UI (#948)
* Add swagger_ui_config option to configure the Swagger UI

There was no possibility to configure the Swagger UI. Through
this new option a config object can be passed to the UI via
a `swagger-ui-config.json` file.

* Add tests for swagger_ui_config option
2019-11-05 10:12:59 +01:00
Tomasz Trębski
ec37d03902 Drop Python 2.7 support (#1058)
* Drop 2.7

* fixup! Drop 2.7

* fixup! Drop 2.7
2019-10-27 23:01:23 +01:00
Tomasz Trębski
123c5c9fbd Remove Python 3.4 (#990)
* EOL Python 3.4

* fixup! EOL Python 3.4

* fixup! EOL Python 3.4

* fixup! EOL Python 3.4
2019-07-09 13:53:44 +02:00
The UNIX Man
6bf058f6b7 Use / instead of \ (#777)
URIs use forward slashes.
2018-11-13 13:36:49 +01:00
Daniel Grossmann-Kavanagh
343643428c update documentation (#771) 2018-11-12 09:40:42 +01:00
Diogo Dutra
34b4f941aa Added some documentation for aiohttp backend 2018-01-18 14:27:08 -02:00
Diogo
5857dd237f Uncouple all flask functions from base code.
removed test_decorators and test_parameter (this test is useless now);
removed the request/response containers and add new request response classes;
created a abstract api class and a api flask class;
derived classes will implements the get_response/get_request methods that will convert framework req/resp types to connexion req/resp types;
moved the jsonifier from produces to flask api;
created a abstract app class and a app flask class;
changed all validators to use the ConnexionRequest instead flask request;
changed the problem function to generate a ConnexionRequest;
created a new user variables container called context (this is a property of ConnexionRequest). this will be passed as kwargs to all operations functions;
this context is used on authentication;
fixed all tests to new API;
some changes that I did may not be documented in this commit.
2017-04-04 08:20:24 -03:00
Diogo Dutra
a7af62fbf0 Uncouple flask from App and Api. Created Abstract classes for theses modules. Fixed the tests 2017-04-04 08:20:23 -03:00
Jason Estibeiro
e6ce534082 Made minor spelling and grammatical corrections 2016-10-27 12:30:03 +05:30
Arjun Naik
27077a4440 Added documentation about header parameters. 2016-03-17 11:21:23 +01:00
João Santos
281265036f #167 Request handling section in the documentation 2016-03-04 13:31:41 +01:00
João Santos
5c483da3de #167 Updated swagger ui documentation 2016-03-04 13:24:21 +01:00
João Santos
3fc4da7307 #167 Added extra info to routing documentation 2016-03-04 13:23:40 +01:00
João Santos
d0870a983f #167 Updated paremetrization documentation 2016-03-04 13:22:37 +01:00
João Santos
8d4c0b6dd9 #167 Include installation instructions in the docs 2016-03-04 13:18:08 +01:00
João Santos
41292780ec #89 updated the documentation 2015-11-14 20:26:10 +01:00
João Santos
8e6b4ae9f4 #72 Updated documentation 2015-10-13 09:08:04 +02:00
João Santos
95abbbca66 #59 Improve documentation formatting 2015-09-22 08:22:16 +02:00
João Santos
def3d9434c #59 Update documentation 2015-09-22 08:20:58 +02:00
Judd Vinet
8bcafa7946 Updated docs for new configurable swagger-ui path and URL 2015-08-27 18:00:09 -07:00
João Santos
f2b0932c89 https://github.com/zalando/connexion/issues/53 Update documentation 2015-08-26 08:20:10 +02:00
João Santos
ad1fb78a6e https://github.com/zalando/connexion/issues/18 update documentation 2015-06-25 15:39:01 +02:00
João Santos
d280704791 https://github.com/zalando/connexion/issues/10 Update documentation 2015-06-18 11:52:02 +02:00
João Santos
91d11896cc https://github.com/zalando/connexion/issues/11 More documentation 2015-06-17 15:34:33 +02:00
João Santos
345ed84924 https://github.com/zalando/connexion/issues/11 Some documentation 2015-06-17 14:12:08 +02:00