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
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
Got it thanks , I have added new endpoint by same baseurl and different uri , it worked