api-client-generator

Angular REST API client generator from Swagger YAML or JSON file with camel case settigs

MIT License

Downloads
1.9K
Stars
115
Committers
10

Bot releases are hidden (Show)

api-client-generator - 5.0.0-beta.1 Latest Release

Published by vmasek almost 4 years ago

5.0.0-beta.1 (2020-12-29)

Features

  • api-client: parameters of operation prioritized over path default params (26b6b4a)
api-client-generator - 5.0.0-beta.0

Published by vmasek almost 4 years ago

5.0.0-0 (2020-12-22)

⚠ BREAKING CHANGES

  • api-client: generator now ignores bodies for requests that should not send any body, only PUT, PATCH and POST should contain body and it is handled as optional
  • generator: if you import DefaultHttpOptions, HttpOptions or APIClientModuleConfig you need to adjust your imports to file ./types at the top of your "output" path

Features

  • api-client: body request based on the request type and the parameter (d0309b0)
  • api-client: method params property docs comments (7a1eddf)
  • api-client: methods params extracted to separate property in api client interface (53f3015), closes #91
  • api-client: observe support for HttpResponse and HttpEvent (cdf2c6d)
  • generator: descriptions generated as single/multi line docs comments (96a512d), closes #88
  • generator: https protocol preferred if mentioned in schemes (c7f7d6f)
  • generator: method parameters args object optional if all of the params are optional (9b77d74), closes #69
  • generator: operation summary in descriptions (b573759), closes #112
  • generator: option to skip guards (f4cc59f), closes #105
  • generator: type interfaces for API client moved to one separate file (f08ffb6)
  • generator: united file header (86fd135), closes #108
  • guard: check for null at enum guards (14320d5)
  • guard: typeof object check for dictionaries of any (4bf917a)
  • models: basic object properties as dictionary with key string and value of any (7233c2d)
  • models: description comments as docs comments before each property (8c81f6c)
  • models: interface properties holding dictionaries and array combinations (e3a33b6)
  • models: property name non unicode chars escaped (4dd4089)

Bug Fixes

  • api-client: form data not set if undefined (cd541a0)
  • generator: default response used if no success code specified (bc316f6)
  • generator: service interface imported directly from interface file instead of export index (d768fed)
  • guard: dictionaries as interface properties (58b9126)
  • guards: any type results in empty guard (83917a9), closes #98
  • guards: any used as type of array/object iteration items (ef7be58)
api-client-generator - 4.7.1

Published by vmasek almost 4 years ago

4.7.1 (2020-10-19)

Bug Fixes

  • cli: rethrow errors in catch to see full trace stack in console (943f7d2)
  • enums: x-enumNames specified integers and description with new lines (6a98b82)
api-client-generator - 4.7.0

Published by vmasek almost 4 years ago

4.7.0 (2020-07-03)

Features

  • angular 10 module with providers compatibility (7f69cc8)
api-client-generator - 4.6.2

Published by vmasek over 4 years ago

4.6.2 (2020-01-24)

Bug Fixes

  • generator: object instad of { [key: string]: any } (0c29141)
  • guards: array nested in additionalProperties (4f23f92)
  • guards: method response basic type guards used instead of custom function for primitive types (96ce207)
  • models: object instead of any in case of nested properties (e8b7667)
  • service: object instead of any in case of nested properties in method parameter (4443ac3)
  • service: object instead of any in case of nested properties in response (277ee3f)
api-client-generator - 4.6.1

Published by vmasek over 4 years ago

4.6.1 (2020-01-23)

Bug Fixes

  • generator: toCamelCase method removes duplicate words (abe073d)
  • guards: array item typed as unknown for the guard iteration (da654f7)
  • guards: circular dependency (ecd1080)
  • guards: escaped property names accessed via brackets (1dbfe3a)
  • guards: guarded service response type as explicit any (785f022)
  • guards: nested array types (89da76c)
  • guards: object array types (30113fe)
  • guards: objects with index signature as additional properties (a6ef06c)
  • guards: union type string or enum with one value only (ec040c4)
api-client-generator - 4.6.0

Published by vmasek over 4 years ago

4.6.0 (2020-01-16)

Bug Fixes

  • guard: circular dependencies (eae41be)
  • guards: object guard comparing typeof 'object' (ffc8560)

Features

  • method-params: union types determined for enum like union strings and numbers (324a95a)
  • models: union types for properties of enum like union strings and numbers (0023555)
api-client-generator - 4.3.0

Published by vmasek over 5 years ago

Bug Fixes

  • api-client: support for blob response type (d14ef9d), closes #77
  • methods: recognizing return type if TS primitive or complex type (8ee08e2)

Build System

Features

  • api-client: generating response for "lowest" of HTML success codes (72a7b14)
  • api-client: void return type for methods with empty schema (f1977eb)
  • enums: custom enum key names via custom x-enumNames property (9cf1c8f)
  • form-data: send form parameters as multi part form data (c18c296), closes #78

Tests

  • jest instead of jasmine (0836c0b)
  • angular-project: jest instead of jasmine and karma (2de02e7)
  • angular-project: removed jasmine and karma deps (784b181)
  • angular-project: updated deps (c4e8b97)
api-client-generator - 4.2.0

Published by vmasek almost 6 years ago

Features

  • models: properties are optional as default, required stated explicitly (04111d9)
api-client-generator - 4.1.0

Published by vmasek almost 6 years ago

Bug Fixes

  • api-client: method parameters description and required flag (8e02cc1)
  • enum: substitution of disallowed characters in key string (7214f2b), closes #74
  • generator: Expose error from spec validation (ebb74c7)
  • license: redundant lt/gt characters removed (3b5f8d9)

Features

  • model: objects generated as key-value maps (b775b44)
api-client-generator - 4.0.0

Published by vmasek about 6 years ago

Features

  • models: model export index sorted and filtered for duplicates (ca325d3)
  • tags: clients generated to folder services when tag option used (e7d3a08)

BREAKING CHANGE

  • tags: models import path had changed as services now share the models folder
api-client-generator - 3.6.2

Published by vmasek about 6 years ago

api-client-generator - 3.1.1

Published by vmasek over 6 years ago

Angular 6 and RxJS 6 compatible imports

Bug Fixes

  • api-client: http options without headers and params constructing (AOT compatible) (eca03c3), closes #47
  • api-client: possibly undefined http options params and headers (539ba46)
  • models: model no longer stripped from the name of file if explicitly named that way (dfdf90d), closes #49
api-client-generator - 3.0.0

Published by vmasek over 6 years ago

Bug Fixes

  • api-client: array method parameters and headers appended (34ded75), closes #36
  • api-client: File, Blob, Date and Object types are not imported from models (37e358b), closes #27
  • api-client: form parameter used as body in request (ce9f124), closes #40
  • api-client: models are not imported if there are none (42cf4c0), closes #31
  • parser: empty or native types parameters won't be generated into models (ff55939)
  • parser: interface properties were skipped during generation (3e694ad)

Features

  • api-client: create output dir even if path does not exists (8ff9be8), closes #34
  • api-client: method names with underscore converted to camelCase (b09a679), closes #37
  • api-client: method parameters nested to args object (efaca5b), closes #8
  • api-client: optional param skipped if not in args (135db91)
  • api-client: reference parameters are dereferenced (0a0de44)
  • api-client: referenced method parameters generated and used (0e26c53)
  • api-client: support for head, options and patch http methods (bd240f5)
  • api-client: support for optional method parameters (9d0cedc), closes #8
  • api-client: when no operation id, method names generated from path and method type (4afcdbc)
  • enums: numeric enums, using keys from description (45bb096), closes #28
  • parser: interface property type improvements, including nested array types (c70d2a3), closes #35
api-client-generator -

Published by vmasek over 6 years ago

Features

  • module: API client exported as module (7eaf673), closes #23

BREAKING CHANGES

  • module:
    • renamed to APIClient
    • domain and configuration are now provided using .forRoot method
    APIClientModule.forRoot({
      domain: 'https://api.url',
    }),
    
    • cli command renamed to api-client-generator
api-client-generator -

Published by vmasek over 6 years ago

Bug Fixes

  • models: enum property names same as values (7a0b171), closes #18

Features

  • api-client: models imported as module (3492d8f), closes #22
  • domain: relative path instead of localhost (e19fffe)
api-client-generator - 2.0.0-beta-1

Published by vmasek almost 7 years ago

api-client-generator -

Published by vmasek almost 7 years ago

api-client-generator -

Published by vmasek almost 7 years ago

Package Rankings
Top 4.64% on Npmjs.org
Badges
Extracted from project README's
npm license npm Caretaker code style: prettier Conventional Commits Gitter chat Total alerts Language grade: JavaScript GitHub stars tweet
Related Projects