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

23 commits

Author SHA1 Message Date
28ae4dfdee
add swagger_ui to the router 2021-02-25 00:37:55 +01:00
666514c8e2
fix the example 2021-02-22 09:58:01 +01:00
6ee382242b
fix example 2021-01-01 17:43:43 +01:00
1ac323accc
example: replace log4rs with pretty_env_logger 2020-12-28 18:18:10 +01:00
d55b0897e9
update to gotham 0.5 and start using rustfmt 2020-09-15 15:10:41 +02:00
7268cc0567
cors in the example 2020-05-19 19:09:23 +02:00
e05f9bb963
a whole bunch of tests for the method macros 2020-05-08 18:39:23 +02:00
cc86d3396c
rename update to change, delete to remove, and remove rest_ prefix from macros 2020-05-04 20:45:46 +02:00
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
1d1682a03d
remove the annoying ToString type when what we really need is a &str 2020-03-30 22:42:22 +02:00
c508ac878d
clean up some stuff ;; use Default::default() more often 2020-03-30 22:40:08 +02:00
640bb8263c
move security auth openapi stuff into the path 2020-02-10 21:17:49 +01:00
088774fc50 implement auth parsing/verifying inside a gotham middleware 2020-01-22 16:53:02 +00: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
a28ccb98f1
default to NoContent when method has no return type 2019-10-05 14:56:51 +02:00
5a62af6319
implement no-content response 2019-10-05 14:50:05 +02:00
3f64ac443f
add proc macro attributes for all rest methods 2019-10-05 00:21:41 +02:00
46372dee60
don't loose dependencies 2019-10-03 00:54:12 +02:00
50ed2411c9
allow deriving enums 2019-10-03 00:04:33 +02:00
4ef216e8c8
add proc macro derive for openapitype 2019-10-02 10:59:25 +02:00