X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=0f2bbdfa9de9e2184f6a18acb7b4d48f9f24b3df;hb=12486343219663d484705f05ab8d2ed3306f66d7;hp=8189ab4ebf02ddc367d1a2c19b07705d3675b876;hpb=9c09be1e9598d4e145faea412b047b64d38feb22;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 8189ab4..0f2bbdf 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -49,3 +49,27 @@ Application writers may instantiate this class directly to communicate with the .. autoclass:: ricxappframe.xapp_sdl.SDLWrapper :members: + +Class Symptomdata +----------------- + +Application writers may instantiate this class directly to communicate with the symptomdata service. + +.. autoclass:: ricxappframe.xapp_symptomdata.Symptomdata + :members: + +Class NewSubscriber +------------------- + +Application writers may instantiate this class directly to communicate REST based subscriptions. + +.. autoclass:: ricxappframe.xapp_subscribe.NewSubscriber + :members: + +Class RestHandler +----------------- + +Application writers may instantiate this class directly to have the xapp REST server service. + +.. autoclass:: ricxappframe.xapp_rest.RestHandler + :members: