-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing an API, adding an API using JSON and preventing handler generation. #1
Comments
Hey @lgomez,
|
That was quick!
Thank you, |
Elaborating a bit on no. 1 above: I'm using a restify
So, I know I could scan my routing table and remove all routes that match the same hostname before re-adding the updated version of the API but I was wondering if removing was something that I could do already with your library. Thanks again! |
Thanks for the details. That's an approach I'd not considered. In regards to removing all routes of an API, I may look at adding this when I get a little time. I did have a quick look now and it seems (not tested) the best way to remove a route would be to scan the |
Hi, I'm trying out the library. Really great work.
I'm going through the code now but have a few questions:
Thank you!
The text was updated successfully, but these errors were encountered: