Commit 2a97ce2e authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

added new features in resources

parent 36fff913
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -211,12 +211,7 @@ Retrieve Attributes
    RETURN    ${response}

Retrieve Entity by Id
    [Arguments]
    ...    ${id}
    ...    ${accept}=${CONTENT_TYPE_LD_JSON}
    ...    ${context}=${EMPTY}
    ...    ${local}=${EMPTY}
    ...    ${options}=${EMPTY}
    [Arguments]    ${id}    ${accept}=${CONTENT_TYPE_LD_JSON}    ${context}=${EMPTY}    ${local}=${EMPTY}    ${base_url}=${url}    ${options}=${EMPTY}
    ${headers}=    Create Dictionary
    &{params}=    Create Dictionary
    ${options_length}=    Get Length    ${options}