Exemplo n.º 1
0
def get_operation_url(operation, **kwargs):
    return _get_operation_url(operation,
                              spec_path=settings.SPEC_URL["catalogi"],
                              **kwargs)
Exemplo n.º 2
0
def get_operation_url(operation, **kwargs):
    return _get_operation_url(
        operation, spec_path=settings.SPEC_URL["besluiten"], **kwargs
    )
Exemplo n.º 3
0
def get_operation_url(operation, **kwargs):
    return _get_operation_url(operation,
                              spec_path=settings.SPEC_URL["autorisaties"],
                              **kwargs)