Cyborus
|
99ae09c8d3
|
format format format
|
2024-01-19 12:21:06 -05:00 |
|
Cyborus
|
63c6dc9f7f
|
fix http methods
|
2024-01-18 18:15:09 -05:00 |
|
Cyborus
|
194a1b5e36
|
handle datetime (de)serialization
|
2024-01-18 18:10:05 -05:00 |
|
Cyborus
|
bfb31fc296
|
add trailing slash to api prefix
|
2024-01-18 17:53:11 -05:00 |
|
Cyborus
|
ec3a9e74c4
|
strip leading slash
a leading slash causes `url::Url` to replace the entire existing path
|
2024-01-18 17:45:03 -05:00 |
|
Cyborus
|
83c236a02f
|
restructure tests
|
2024-01-18 17:16:52 -05:00 |
|
Cyborus
|
ac25339cf6
|
formatting
|
2024-01-18 16:51:09 -05:00 |
|
Cyborus
|
6d2c1ce21c
|
update tests to new api
|
2024-01-18 16:48:18 -05:00 |
|
Cyborus
|
cfd12a6306
|
add additional properties support
|
2024-01-18 16:27:05 -05:00 |
|
Cyborus
|
d9f51681df
|
add back download_release_attachment
|
2024-01-18 15:45:47 -05:00 |
|
Cyborus
|
1c57c2d70b
|
derive PartialEq for generated structs
|
2024-01-18 14:54:11 -05:00 |
|
Cyborus
|
6ee958ce86
|
simpler error handling
|
2024-01-18 14:48:31 -05:00 |
|
Cyborus
|
81b17abc8a
|
replace with generated api
|
2024-01-18 13:44:07 -05:00 |
|
Cyborus
|
77b390575a
|
rename userGetOauth2Application to userGetOAuth2Applications
|
2024-01-18 13:41:48 -05:00 |
|
Cyborus
|
92c913c457
|
make generated fields public
|
2024-01-16 19:13:45 -05:00 |
|
Cyborus
|
a0fbf64fce
|
put structs in a module
|
2024-01-16 19:10:27 -05:00 |
|
Cyborus
|
c83eecc7ff
|
praise rustfmt
|
2024-01-16 18:59:46 -05:00 |
|
Cyborus
|
61e24b800d
|
guess which types are url by field name
|
2024-01-16 18:55:19 -05:00 |
|
Cyborus
|
53922bc465
|
make *Query::to_string take self
|
2024-01-16 18:38:24 -05:00 |
|
Cyborus
|
0565c3f1c6
|
remove unnecessary enumeration
|
2024-01-16 18:38:02 -05:00 |
|
Cyborus
|
ed1092bc9e
|
use OffsetDateTime::format instead of format_into
|
2024-01-16 18:37:31 -05:00 |
|
Cyborus
|
9bd1a137b8
|
use write! instead of .write_fmt
|
2024-01-16 18:36:50 -05:00 |
|
Cyborus
|
f8bbf570e1
|
RequestBuilder::json takes reference, doesn't return result
|
2024-01-16 18:20:17 -05:00 |
|
Cyborus
|
fed24b52ec
|
only check 200 responses for if optional
|
2024-01-16 18:18:38 -05:00 |
|
Cyborus
|
edf4646953
|
add derives to generated structs
|
2024-01-16 18:15:38 -05:00 |
|
Cyborus
|
70b4081cde
|
simple recursion prevention
|
2024-01-16 18:09:13 -05:00 |
|
Cyborus
|
2859fd132e
|
add missing arg to UnexpectedStatusCode
|
2024-01-16 18:03:44 -05:00 |
|
Cyborus
|
2f60a92933
|
add type parameters to serde_json::Map
|
2024-01-16 17:49:00 -05:00 |
|
Cyborus
|
b111e3352d
|
convert to snake case inside of sanitize_ident
|
2024-01-16 17:29:32 -05:00 |
|
Cyborus
|
41c710281d
|
sanitize body arg
|
2024-01-16 17:27:03 -05:00 |
|
Cyborus
|
4c7ec23ab7
|
impl on crate::Forgejo instead of Forgejo
|
2024-01-16 17:23:51 -05:00 |
|
Cyborus
|
c17c1f8638
|
generate query structs
|
2024-01-16 17:23:02 -05:00 |
|
Cyborus
|
f30b4eba30
|
autogenerate structs
|
2024-01-16 14:01:37 -05:00 |
|
Cyborus
|
12f2800b26
|
convert path args to camel case in format string
|
2024-01-16 13:07:28 -05:00 |
|
Cyborus
|
20a58df856
|
methods should be pub and async
|
2024-01-16 12:51:30 -05:00 |
|
Cyborus
|
3d12246cb8
|
import ForgejoError in generated file
|
2024-01-16 12:50:35 -05:00 |
|
Cyborus
|
769521840e
|
add method generation
|
2024-01-16 00:09:22 -05:00 |
|
Cyborus
|
9bb65d7609
|
prioritize ref when deserializing MaybeRef
|
2024-01-15 15:51:21 -05:00 |
|
Cyborus
|
b98426f907
|
strongly type Parameter.in
|
2024-01-10 22:48:59 -05:00 |
|
Cyborus
|
f8737defc6
|
format
|
2024-01-10 22:42:05 -05:00 |
|
Cyborus
|
b9ba6e60d1
|
add openapi parsing
|
2024-01-10 22:09:06 -05:00 |
|
Cyborus
|
cf70a331d7
|
Merge pull request 'add missing parent field to Repository ' (#36) from parent into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/36
|
2024-01-10 18:10:39 +00:00 |
|
Cyborus
|
470ef04f7c
|
add missing parent field to Repository
|
2024-01-10 13:08:42 -05:00 |
|
Cyborus
|
9eab532304
|
remove unnecessary "the"
|
2024-01-09 12:53:11 -05:00 |
|
Cyborus
|
2435d0fa40
|
Merge pull request 'fix archive url' (#34) from archive-url into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/34
|
2024-01-02 00:21:32 +00:00 |
|
Cyborus
|
ff203285b3
|
fix archive url
|
2024-01-01 19:20:16 -05:00 |
|
Cyborus
|
cb192d8eef
|
Merge pull request 'fix archive download methods' (#33) from zipball-url into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/33
|
2024-01-01 23:00:51 +00:00 |
|
Cyborus
|
ce08cb4d7f
|
format
|
2024-01-01 17:56:03 -05:00 |
|
Cyborus
|
dccd4c51ba
|
add archive tests
|
2024-01-01 17:53:08 -05:00 |
|
Cyborus
|
d022f4f1bd
|
fix archive download methods
|
2024-01-01 17:46:06 -05:00 |
|