summaryrefslogtreecommitdiffstats
path: root/src/generated.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-18strip leading slashCyborus2-413/+381
2024-01-18restructure testsCyborus1-112/+89
2024-01-18formattingCyborus2-31/+66
2024-01-18update tests to new apiCyborus1-111/+144
2024-01-18add additional properties supportCyborus3-1/+13
2024-01-18add back `download_release_attachment`Cyborus1-0/+14
2024-01-18derive `PartialEq` for generated structsCyborus2-185/+185
2024-01-18simpler error handlingCyborus1-11/+10
2024-01-18replace with generated apiCyborus10-2491/+12272
2024-01-18rename `userGetOauth2Application` to `userGetOAuth2Applications`Cyborus1-1/+1
2024-01-17make generated fields publicCyborus1-0/+2
2024-01-17put structs in a moduleCyborus1-2/+5
2024-01-17praise rustfmtCyborus1-13/+32
2024-01-17guess which types are url by field nameCyborus1-6/+13
2024-01-17make `*Query::to_string` take `self`Cyborus1-1/+1
2024-01-17remove unnecessary enumerationCyborus1-1/+1
2024-01-17use `OffsetDateTime::format` instead of `format_into`Cyborus1-2/+2
2024-01-17use `write!` instead of `.write_fmt`Cyborus1-2/+3
2024-01-17`RequestBuilder::json` takes reference, doesn't return resultCyborus1-1/+1
2024-01-17only check 200 responses for if optionalCyborus1-2/+5
2024-01-17add derives to generated structsCyborus1-1/+6
2024-01-17simple recursion preventionCyborus1-4/+5
2024-01-17add missing arg to `UnexpectedStatusCode`Cyborus1-1/+1
2024-01-16add type parameters to `serde_json::Map`Cyborus1-1/+1
2024-01-16convert to snake case inside of `sanitize_ident`Cyborus1-7/+8
2024-01-16sanitize body argCyborus1-3/+4
2024-01-16impl on `crate::Forgejo` instead of `Forgejo`Cyborus1-1/+1
2024-01-16generate query structsCyborus2-28/+313
2024-01-16autogenerate structsCyborus1-2/+58
2024-01-16convert path args to camel case in format stringCyborus1-1/+27
2024-01-16methods should be `pub` and `async`Cyborus1-1/+1
2024-01-16import `ForgejoError` in generated fileCyborus1-0/+1
2024-01-16add method generationCyborus4-5/+555
2024-01-15prioritize ref when deserializing `MaybeRef`Cyborus1-4/+4
2024-01-11strongly type `Parameter.in`Cyborus1-1/+11
2024-01-11formatCyborus1-5/+5
2024-01-11add openapi parsingCyborus6-22/+24721
2024-01-10add missing `parent` field to `Repository`Cyborus1-0/+1
2024-01-09remove unnecessary "the"Cyborus1-1/+1
2024-01-02fix archive urlCyborus1-2/+12
2024-01-01formatCyborus2-4/+14
2024-01-01add archive testsCyborus1-0/+8
2024-01-01fix archive download methodsCyborus1-18/+6
2023-12-20add password auth testingCyborus1-1/+17
2023-12-20add more auth optionsCyborus3-12/+90
2023-12-17don't use rustlsCyborus2-127/+1
2023-12-17use rustls for tlsCyborus2-1/+127
2023-12-15formatCyborus3-8/+29
2023-12-15add download testCyborus1-0/+8
2023-12-15add release download methodsCyborus4-0/+48