class documentation

class RESTfulCallType(AutoNumberEnum):

View In Hierarchy

Enum that contains all the available restful call type that can be used in order to interrogate the BabelNet RESTful online indexes service.

Constant GET_IDSFROMRID Get a list of synset ids from a ResourceID.
Constant GET_PRIVATESYNSET Gets internal synset data.
Constant GET_SENSES get_senses call.
Constant GET_SUCCESSORS get_successor_edges call.
Constant GET_SYNSETS get_synsets call.
Constant GET_VERSION Get the BabelNet version.
Method __repr__ Undocumented
Method __str__ Undocumented
GET_IDSFROMRID: tuple =

Get a list of synset ids from a ResourceID.

Value
()
GET_PRIVATESYNSET: tuple =

Gets internal synset data.

Value
()
GET_SENSES: tuple =

get_senses call.

Value
()
GET_SUCCESSORS: tuple =

get_successor_edges call.

Value
()
GET_SYNSETS: tuple =

get_synsets call.

Value
()
GET_VERSION: tuple =

Get the BabelNet version.

Value
()
def __repr__(self):

Undocumented

def __str__(self):

Undocumented