1.0.16 • Published 6 years ago

prxee-gen v1.0.16

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

(WIP) prxee-gen

Proxy generator for nodejs.

Roadmap

  1. Change decorators to be exclusion based.
    • skipGeneration is now the decorator you can include on a class or method.
  2. Create interface for extending different client side HTTP requests.
    • The serviceProxy.generated.ts has a variable that can be set to any instance of the IHttpRequest interface.
  3. Improved type generation for the service proxy.
    • Service methods returning arrays will no longer default their typing to any.
  4. Support GET, PUT, PATCH, DELETE?
  5. Service methods may specify parameters to their methods like the current user or database. Consider method to exclude parameters in the method parameter list from being brought over to the proxy.
1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago