コード例 #1
0
def get_operation_url(operation, **kwargs):
    return _get_operation_url(operation,
                              spec_path=settings.SPEC_URL["catalogi"],
                              **kwargs)
コード例 #2
0
ファイル: utils.py プロジェクト: tiltshiftnl/open-zaak
def get_operation_url(operation, **kwargs):
    return _get_operation_url(
        operation, spec_path=settings.SPEC_URL["besluiten"], **kwargs
    )
コード例 #3
0
ファイル: utils.py プロジェクト: stevenbal/open-zaak
def get_operation_url(operation, **kwargs):
    return _get_operation_url(operation,
                              spec_path=settings.SPEC_URL["autorisaties"],
                              **kwargs)