コード例 #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()
コード例 #2
0
ファイル: __init__.py プロジェクト: thedonkdonk/lodgeit
from alfajor import APIClient

client = APIClient()
client.configure_in_scope("default")
コード例 #3
0
ファイル: __init__.py プロジェクト: rainsome-org1/lodgeit
from alfajor import APIClient

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