1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 21:12:28 +00:00
Commit graph

32 commits

Author SHA1 Message Date
328ebf821e
some minor improvements 2020-05-03 23:46:46 +02:00
f7157dcf62
add some tests for OpenapiBuilder 2020-05-03 19:17:55 +02:00
msrd0
d754d6044d Allow custom error types through a macro and allow them to be used with Result 2020-05-01 14:48:11 +00:00
01f818e268
split the openapi code into several files 2020-04-26 22:34:22 +02:00
b4eaeca01c
don't require the get_openapi call be the last one to contain the full spec 2020-04-26 22:20:07 +02:00
msrd0
4ce53bc361 Add path matchers that are more capable than gotham's stock ones 2020-04-25 18:31:57 +00:00
d08d9bea8c
fix some clippy warnings 2020-04-25 17:01:16 +02:00
876f44ceff
advertise the stable branch 2020-04-22 11:31:45 +02:00
1e607bbcc9
more generous FromBody implementation 2020-04-19 22:26:29 +02:00
63e6eb9b32
re-export gotham 2020-04-15 23:20:41 +02:00
40e6d1bc03
make clear that this tracks gotham master 2020-04-15 23:01:21 +02:00
427c836f52
expose async to handlers 2020-04-15 20:55:25 +02:00
f425f21ff3
update jsonwebtoken, futures, and hyper and co 2020-04-14 17:44:07 +02:00
93cbc36046
dump codecov.io and redo badges 2020-04-12 22:31:53 +02:00
744f56acf9 Less generic type arguments 2020-04-06 16:20:08 +00:00
212fca738b
fix doc 2020-04-05 22:18:31 +02:00
48867da535
add AuthResult resource result type 2020-01-25 15:59:37 +01:00
088774fc50 implement auth parsing/verifying inside a gotham middleware 2020-01-22 16:53:02 +00:00
26cbe28b00
workaround for #7: no state when using conn 2020-01-14 23:32:16 +01:00
876da721f8
some fixes for database support 2020-01-14 23:16:31 +01:00
73457f2fda
basic diesel-middleware repo handling #7 2020-01-14 03:27:49 +01:00
cff5f55d64
better type support 2019-10-20 18:23:36 +02:00
11aa24f6ce
document known issues 2019-10-20 17:18:51 +02:00
3a64634872
dual-license under EPL-2.0 and Apache-2.0 2019-10-20 16:56:50 +02:00
d030fa539f Support File up/download 2019-10-20 14:49:53 +00:00
2c31251cb2
weird proc macro issue 2019-10-14 02:37:50 +02:00
853ee3e94c
documentation 2019-10-14 00:59:02 +02:00
286466fcc9
finally get rid of the helper 2019-10-13 23:19:34 +02:00
0153b2e22f
add search method 2019-10-13 17:43:42 +02:00
0cf7c9aa3a
add derive macro for resource 2019-10-06 15:03:30 +02:00
5a62af6319
implement no-content response 2019-10-05 14:50:05 +02:00
4ef216e8c8
add proc macro derive for openapitype 2019-10-02 10:59:25 +02:00
Renamed from src/lib.rs (Browse further)