Add new REST endpoint in hue

Hi Team,

I wan to expose a new endpoint(rest endpoint) simple get method in apache hue which will return only a static String.

Can you please guide me for this , any help will be appreciated.

Regards,
Sumit Kumar

You could get started by looking at how is_alive works https://github.com/cloudera/hue/blob/master/desktop/core/src/desktop/views.py#L76

1 Like

Got it thanks , I have added new endpoint by same baseurl and different uri , it worked