kennethreitz
|
d99d4e3110
|
Merge pull request #467 from hkosova/bearer-fix
Fix incorrect /bearer behavior
|
2018-07-04 11:07:26 -04:00 |
|
kennethreitz
|
c5b6f39a5d
|
Merge pull request #460 from javabrett/consolidate-version-string
Consolidate httpbin version string into a single location (VERSION)
|
2018-07-04 11:07:08 -04:00 |
|
kennethreitz
|
93e141807e
|
Merge branch 'master' into consolidate-version-string
|
2018-07-04 11:07:01 -04:00 |
|
kennethreitz
|
ae4845789f
|
Merge pull request #461 from javabrett/manifest-fixes
Manifest fixes
|
2018-07-04 11:06:20 -04:00 |
|
kennethreitz
|
ab17027316
|
Merge pull request #468 from hkosova/pretty-print-json
Pretty-print JSON responses
|
2018-07-04 11:06:05 -04:00 |
|
kennethreitz
|
36a3df2f82
|
Merge pull request #472 from SeverinLeonhardt/delay_more_methods
Support more HTTP methods for /delay
|
2018-07-04 11:05:16 -04:00 |
|
kennethreitz
|
27b604c435
|
Merge pull request #477 from javabrett/dockerignore-dockerfile
Added a .dockerignore file to ignore Dockerfile
|
2018-07-04 11:05:02 -04:00 |
|
kennethreitz
|
45350ffc20
|
Merge pull request #478 from Lucretiel/master
Documented query parameters for drip
|
2018-07-04 11:04:43 -04:00 |
|
kennethreitz
|
371dc248f8
|
Merge pull request #480 from javabrett/476-fix-redirect-to
Added url and status_code as query-string parameters for SwaggerUI
|
2018-07-04 11:04:25 -04:00 |
|
kennethreitz
|
8027ee956b
|
Merge pull request #481 from requests/test
Test
|
2018-07-04 11:03:16 -04:00 |
|
kennethreitz
|
390595e029
|
template
|
2018-07-04 11:00:38 -04:00 |
|
kennethreitz
|
6693e0d971
|
fix
|
2018-07-04 10:57:40 -04:00 |
|
kennethreitz
|
8f5464f5a3
|
updates
|
2018-07-04 10:57:10 -04:00 |
|
kennethreitz
|
4c3c256841
|
now.json
|
2018-07-04 10:49:39 -04:00 |
|
kennethreitz
|
fdad46da30
|
only https
|
2018-07-04 10:48:14 -04:00 |
|
kennethreitz
|
665ec9710c
|
labels for dockerfile
|
2018-07-04 10:01:51 -04:00 |
|
kennethreitz
|
5e9eeecdcd
|
vscode
|
2018-07-04 10:01:38 -04:00 |
|
kennethreitz
|
a578b69cc3
|
now
|
2018-07-04 09:55:10 -04:00 |
|
Brett Randall
|
dd2513ae59
|
redirect_to: split arg process for GET vs POST/PATCH/PUT, so the latter use formData for parameters. Fixed #476.
POST/PUT only support formData body, not JSON.
Note that PATCH parameters do not appear in Swagger 2 UI.
|
2018-07-02 15:08:27 +10:00 |
|
Brett Randall
|
d3d33de226
|
redirect_to: Added url and status_code as query-string parameters for SwaggerUI. Fixed #476.
|
2018-07-02 15:07:59 +10:00 |
|
Brett Randall
|
6374680e72
|
Consolidated httpbin version string into a single location in file VERSION.
Also added the new VERSION file to the manifest.
Signed-off-by: Brett Randall <javabrett@gmail.com>
|
2018-06-29 22:04:22 +10:00 |
|
Nathan West
|
b4a37294db
|
Documented query parameters for drip
|
2018-06-28 18:43:03 -07:00 |
|
Brett Randall
|
7d4565afe6
|
Added a .dockerignore file to ignore Dockerfile, prevent it from breaking cache and being added to the image.
|
2018-06-29 10:33:37 +10:00 |
|
Severin Leonhardt
|
4a5e87e918
|
Support more HTTP methods for /delay
|
2018-06-14 15:22:07 +02:00 |
|
Brett Randall
|
fae67e82bb
|
Fixed README.[rst->md] path in MANIFEST.in.
Signed-off-by: Brett Randall <javabrett@gmail.com>
|
2018-05-29 11:02:51 +10:00 |
|
Brett Randall
|
7e594911d9
|
Removed requirements.txt from MANIFEST.in.
Signed-off-by: Brett Randall <javabrett@gmail.com>
|
2018-05-29 11:02:51 +10:00 |
|
kennethreitz
|
c39f633236
|
Merge pull request #470 from javabrett/favicon
Add a favicon.ico
|
2018-05-28 20:58:50 -04:00 |
|
Brett Randall
|
ea56eea091
|
Added a favicon.ico. Fixed #459.
|
2018-05-29 10:46:32 +10:00 |
|
Ian Stapleton Cordasco
|
62eeb39435
|
Merge pull request #469 from hkosova/typo-fix
Fix typo in parameter name
|
2018-05-25 12:20:41 -05:00 |
|
Helen Kosova
|
1f81491f71
|
Fixed a typo (credentails -> credentials) in a parameter name
|
2018-05-25 20:09:42 +03:00 |
|
Helen Kosova
|
379365f739
|
Set JSONIFY_PRETTYPRINT_REGULAR=True to pretty-print JSON responses
|
2018-05-25 11:55:15 +03:00 |
|
Helen Kosova
|
fcef66c117
|
Replaced str.split() with slice
|
2018-05-25 11:18:34 +03:00 |
|
Helen Kosova
|
4dcfa3d47d
|
Fixed incorrect Bearer token extraction and added tests
|
2018-05-24 20:38:29 +03:00 |
|
kennethreitz
|
4163debe38
|
Merge pull request #458 from steffenschroeder/master
Dockerfile improvements
|
2018-05-19 15:25:01 -04:00 |
|
Steffen Schröder
|
d449969d1b
|
Reduce the number of docker layers
|
2018-05-19 20:59:06 +02:00 |
|
Steffen Schröder
|
28247f47e6
|
Improve usage of docker build cache
|
2018-05-19 20:51:14 +02:00 |
|
kennethreitz
|
2f39ce3314
|
Merge pull request #456 from rochacbruno/producers
Producers
|
2018-05-18 19:25:10 -04:00 |
|
Bruno Rocha
|
6eaa53cf55
|
Added header placeholder and loader spinner (in case page takes long time to load)
|
2018-05-18 19:49:20 -03:00 |
|
Bruno Rocha
|
129766d7a5
|
Specified Content-Type/produces for each endpoint
|
2018-05-18 19:49:01 -03:00 |
|
kennethreitz
|
476824f695
|
alternative github icon
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-18 14:24:53 -04:00 |
|
kennethreitz
|
c75b4b70a2
|
better github icon
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-18 14:21:48 -04:00 |
|
kennethreitz
|
6ae1a0b501
|
cleanup
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-18 14:17:34 -04:00 |
|
kennethreitz
|
72357232c5
|
Merge pull request #455 from rochacbruno/new_layot
Adjusts in layout + categorized endpoints
|
2018-05-18 14:06:42 -04:00 |
|
Bruno Rocha
|
3964addb87
|
Customized Swagger template
|
2018-05-18 15:00:38 -03:00 |
|
Bruno Rocha
|
695ad587c1
|
Added /json endpoint to match the /xml one
|
2018-05-18 14:59:39 -03:00 |
|
Bruno Rocha
|
6af8d6695b
|
Tagged all the endpoints and added path to /legacy old site
|
2018-05-18 14:59:23 -03:00 |
|
Bruno Rocha
|
c14cb78b9f
|
Formatted description in 2 lines
|
2018-05-18 14:57:50 -03:00 |
|
Bruno Rocha
|
c37321e13b
|
Tracking exported as a global variable
|
2018-05-18 14:57:24 -03:00 |
|
kennethreitz
|
63a649f753
|
port 80
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-17 19:59:58 -04:00 |
|
kennethreitz
|
852febb0b0
|
Merge pull request #453 from requests/swagger
Swagger (WIP)
|
2018-05-17 19:46:54 -04:00 |
|