microsoft / typed-rest-client

Node Rest and Http Clients with typings for use with TypeScript
Other
675 stars 118 forks source link

Project status? #164

Closed parkerault closed 5 years ago

parkerault commented 5 years ago

First of all, thanks for open sourcing this project! I'm just curious what the status of this project is. Is it still being actively maintained? I need to pick a type-safe rest client library for all of our team's SPA projects, and I don't want to use something that's just a wrapper around an older JS library with layers and layers of abstraction. I've been working on a prototype with this library, but the documentation is so sparse I've just been reading the source to learn how to use it. I can see some activity, but there are a few PRs that seem to be getting stale and I don't see any plans for more comprehensive documentation, so I'd like to know if this project is planned to be actively maintained in the future. Is it intended for public consumption, or is it something that's just used internally at MS?

bryanmacfarlane commented 5 years ago

Yes, it's maintained and actively being used (and depended upon) in many of the azure pipelines tasks, packages and tools.

parkerault commented 5 years ago

Holy crap, that was fast! Thanks for answering! :)

bryanmacfarlane commented 5 years ago

:)