carbon-io / carbond

MIT License
2 stars 5 forks source link

List all registered endpoints #328

Open DesignerDave opened 6 years ago

DesignerDave commented 6 years ago

When debugging router issues with Ruby on Rails, you were able to list all registered routes by running bundle exec rake routes. I've found myself on several occasions wanting to list all registered endpoints in a service, and think that would be a helpful utility.