Call REST api from ghPython

I am trying to call REST api which is provided by web service I am running from ghPython.
I checked that C# can do reading this link.
Does anyone know ghPython can do or not?
If can, could you give me some example or article I can learn from?

Hi @Katsuya_Obara,

GhPython is based on IronPython (.NET) and RhinoCommon. So there is a good chance the approach demonstrated in the sample you reference will work…

– Dale