Commit Graph

  • 7e16140b78
    improved whitespace handling (#6) Adam Leventhal 2021-10-03 21:14:01 -0700
  • 874f959a75
    Add a newline between items (#5) Adam Leventhal 2021-10-03 20:31:53 -0700
  • 865dbd4be4
    migrate to typify and use quote (#4) Adam Leventhal 2021-10-02 11:40:03 -0700
  • eec74acf18 basic handling of "HashMap<String, String>" from dropshot Joshua M. Clulow 2021-10-01 22:09:10 -0700
  • 3548096bdd
    update to openapiv3 1.0.0-beta.1 to get (and test) some useful new bits (#3) Adam Leventhal 2021-09-25 16:57:55 -0700
  • 01f184f8fe use the uuid crate if we detect a uuid Joshua M. Clulow 2021-09-23 13:54:42 -0700
  • 2a319675b1 path parameters first, by position; then query parameters, by name Joshua M. Clulow 2021-09-17 21:17:21 -0700
  • aab5061b56 type definitions should occur in a stable order (rustfmt) Joshua M. Clulow 2021-09-17 21:16:28 -0700
  • abf423f96c if there are no defined responses, return a raw Response Joshua M. Clulow 2021-09-17 21:14:49 -0700
  • 9ff59e812d fix broken template test Joshua M. Clulow 2021-09-17 21:13:06 -0700
  • a4f920bd30 clippy warnings Joshua M. Clulow 2021-09-17 18:48:14 +0000
  • 580b1c90a2 type definitions should occur in a stable order Joshua M. Clulow 2021-09-17 18:45:12 +0000
  • 179dee4aaf rustfmt Joshua M. Clulow 2021-09-17 18:44:11 +0000
  • 5e8b9d0e8c add new_with_client() constructor that accepts reqwest Client Joshua M. Clulow 2021-09-15 06:42:32 +0000
  • 8409a6dced use &str not String for method parameters Joshua M. Clulow 2021-09-15 06:42:12 +0000
  • afff057f00 omit missing optionals from JSON, rather than sending null Joshua M. Clulow 2021-09-15 06:41:31 +0000
  • 2e5e7a1743 make structs cloneable Joshua M. Clulow 2021-09-15 06:40:32 +0000
  • 9c99612b9a basic support for query parameters (fix typo in clippy fix) Joshua M. Clulow 2021-09-14 22:41:42 +0000
  • 47164b2de2 basic support for query parameters Joshua M. Clulow 2021-09-14 22:26:36 +0000
  • c707aa81e1 chrono import should be conditional and needs the serde feature Joshua M. Clulow 2021-09-01 18:56:51 +0000
  • 7dea480b37 references for parameter types, improved newtype handling Joshua M. Clulow 2021-09-01 18:40:26 +0000
  • 308f96fe60 query parameters dont actually work just yet Joshua M. Clulow 2021-09-01 18:39:26 +0000
  • deace5928c basic handling of String newtypes and enumerations Joshua M. Clulow 2021-08-31 07:27:09 +0000
  • dd73bac4c0 load request/response body types, emit entire crate Joshua M. Clulow 2021-07-02 03:29:25 +0000
  • 4b0c2cec68 contain declared model types in a "types" module Joshua M. Clulow 2021-07-02 00:56:53 +0000
  • dc05524823 URI encoding for path parameters Joshua M. Clulow 2021-07-02 00:56:17 +0000
  • f1d477390c stable order for property names in generated structs Joshua M. Clulow 2021-07-02 00:54:42 +0000
  • c8027ac760 rustfmt Joshua M. Clulow 2021-07-02 00:12:16 +0000
  • 0ddb6bbb7c template: parameters not in last position are mishandled Joshua M. Clulow 2021-07-02 00:11:48 +0000
  • 9c90253237 basic client object, request methods Joshua M. Clulow 2021-07-01 08:41:45 +0000
  • 25ed132e2e parse path template and generate URL assembly code Joshua M. Clulow 2021-07-01 08:41:42 +0000
  • 445b96056e support u64 Joshua M. Clulow 2021-07-01 08:41:27 +0000
  • c4c1bc02bc rustfmt Joshua M. Clulow 2021-06-19 08:08:18 +0000
  • 575ec817d8 vaguely correct struct and function signature generation Joshua M. Clulow 2021-06-19 07:56:42 +0000
  • db43fe751e initial commit Joshua M. Clulow 2021-06-19 07:36:13 +0000