Hi,
I see there are some methods where we have to use project prefix instead of project name or id? For instance, the following method can be called only via Prefix.
@decoApiCallAddDevKey
@decoMakerApiCallWithArgs(['testsuitename', 'prefix'])
def getTestSuite(self):
So, I wanted to know if there is any method by which we can get the project prefix so that I can set that as a class variable and all my library functions can use that?