Exemple #1
0
# Copyright Action Without Borders, Inc., the Alfajor authors and contributors.
# All rights reserved.  See AUTHORS.
#
# This file is part of 'alfajor' and is distributed under the BSD license.
# See LICENSE for more details.

from alfajor import APIClient


client = APIClient()
client.configure_in_scope()
Exemple #2
0
from alfajor import APIClient

client = APIClient()
client.configure_in_scope("default")
Exemple #3
0
from alfajor import APIClient

client = APIClient()
client.configure_in_scope('default')