Exemplo n.º 1
0
 def get_bundle_id_profiles(self, id):
     return BundleIdentifier.get_bundle_id_profiles(id)
Exemplo n.º 2
0
 def get_bundle_id(self, id):
     return BundleIdentifier.get_bundle_id(id)
Exemplo n.º 3
0
 def list_bundle_ids(self, limit=100, sort='id'):
     return BundleIdentifier.list_bundle_ids(limit, sort)
Exemplo n.º 4
0
 def delete_bundle_id(self, id):
     return BundleIdentifier.delete_bundle_id(id)
Exemplo n.º 5
0
 def register_bundle_id(self, bundle_id, team_id, name):
     return BundleIdentifier.register_bundle_id(bundle_id, team_id, name)