|
00ffe95354
|
fix broken doc links
|
2020-11-21 16:53:18 +01:00 |
|
|
24893223b2
|
remove unused code and fix lint warning
|
2020-11-20 01:30:12 +01:00 |
|
|
d9c22579b0
|
only log errors on 500 responses (fixes #30)
|
2020-09-19 19:40:39 +02:00 |
|
|
0729d5b8ed
|
use anyhow
|
2020-09-17 12:25:58 +02:00 |
|
|
31835fe57f
|
use upstream Access-Control-Request-Method route matcher
|
2020-09-15 15:20:04 +02:00 |
|
|
d55b0897e9
|
update to gotham 0.5 and start using rustfmt
|
2020-09-15 15:10:41 +02:00 |
|
|
5317e50961
|
improve feature documentation
|
2020-05-27 10:22:13 +02:00 |
|
|
912f030bfd
|
improve the From impl for AuthErrorOrOther #20
|
2020-05-20 19:51:54 +02:00 |
|
|
c1cb0e692a
|
gotham finally has a release candidate
|
2020-05-20 09:33:12 +02:00 |
|
|
8321b63982
|
tests for the access control request method matcher
|
2020-05-20 09:01:11 +02:00 |
|
|
81803fd54a
|
add HashMap as OpenapiType
|
2020-05-19 19:23:29 +02:00 |
|
|
955715eea6
|
I don't know how I ended up with spaces
|
2020-05-16 14:27:13 +02:00 |
|
|
dc26e9a02e
|
improve cors doc
|
2020-05-16 14:22:23 +02:00 |
|
|
94abc75268
|
works on my machineTM
|
2020-05-16 13:59:47 +02:00 |
|
|
20818b0f95
|
enable doc test for default features
|
2020-05-16 01:06:07 +02:00 |
|
|
4ff5a8d7e4
|
doctest fix #26
|
2020-05-16 01:06:07 +02:00 |
|
|
74ef0af512
|
cors tests
|
2020-05-15 21:19:26 +02:00 |
|
|
f20c768d02
|
cors preflight
|
2020-05-14 23:30:59 +02:00 |
|
|
748bf65d3e
|
cors for non-preflight requests
|
2020-05-13 19:11:22 +02:00 |
|
|
b9002bd70d
|
remove Resource::name() method and update resource documentation
|
2020-05-09 18:01:47 +02:00 |
|
|
e2eb9b0fcc
|
fix
|
2020-05-08 22:54:54 +02:00 |
|
|
4bf0bd7b09
|
add design goals to readme
|
2020-05-08 15:10:37 +02:00 |
|
|
5587ded60d
|
merge workspace and main crate
|
2020-05-05 23:18:05 +02:00 |
|
|
4ef216e8c8
|
add proc macro derive for openapitype
|
2019-10-02 10:59:25 +02:00 |
|
|
a4185a5665
|
fix bug: required is now properly populated
|
2019-10-01 18:03:44 +02:00 |
|
|
3427fb4c6f
|
add dependencies to schema
|
2019-10-01 16:13:13 +02:00 |
|
|
d1c7ac5887
|
introduce OpenapiSchema type
|
2019-10-01 15:33:05 +02:00 |
|
|
0619e69925
|
add more schema titles
|
2019-10-01 01:37:47 +02:00 |
|
|
84ff8acc68
|
add chrono support
|
2019-10-01 01:11:43 +02:00 |
|
|
887d874063
|
Merge branch 'master' into openapi
|
2019-10-01 00:55:03 +02:00 |
|
|
282b6bc75d
|
make created structs public by default
|
2019-10-01 00:54:45 +02:00 |
|
|
fe6a79008e
|
add request bodies to openapi
|
2019-10-01 00:49:13 +02:00 |
|
|
389740cd64
|
add openapi for other methods, so far without request bodies
|
2019-10-01 00:34:58 +02:00 |
|
|
7286054a2f
|
openapi for read method
|
2019-10-01 00:23:34 +02:00 |
|
|
d9b4b22af3
|
first valid openapi spec generated
|
2019-09-30 23:53:55 +02:00 |
|
|
681482ece3
|
introduce openapitype
|
2019-09-30 20:58:15 +02:00 |
|
|
24f8fd96db
|
Merge branch 'master' into openapi
|
2019-09-30 20:16:27 +02:00 |
|
|
d2275df6ff
|
have the setup method be a macro arg for now
|
2019-09-30 20:15:30 +02:00 |
|
|
e845d996d9
|
start adding helper macros
|
2019-09-30 19:19:23 +02:00 |
|
|
6cf4b05447
|
add server data for openapi
|
2019-09-30 18:41:18 +02:00 |
|
|
4ceb1ef302
|
fix panic
|
2019-09-30 18:20:22 +02:00 |
|
|
29af28ad8d
|
the example compiles :party:
|
2019-09-30 18:18:10 +02:00 |
|
|
8b0d655ebb
|
registration of openapi handler
|
2019-09-30 17:34:48 +02:00 |
|
|
df1d11e42d
|
start adding openapi support
|
2019-09-29 21:15:22 +02:00 |
|
|
3626e5360c
|
add delete resources
|
2019-09-29 19:19:38 +02:00 |
|
|
2e2cb1b787
|
rename a whole bunch of stuff
|
2019-09-28 13:38:08 +02:00 |
|
|
6751f840da
|
add put requests
|
2019-09-27 21:33:24 +02:00 |
|
|
d13155c90a
|
post/create requests work
|
2019-09-27 17:43:01 +02:00 |
|
|
8db145587f
|
get resources work
|
2019-09-27 16:36:38 +02:00 |
|
|
a42d9750ef
|
attempt testing (doesn't work)
|
2019-09-27 15:35:02 +02:00 |
|