Skip to content
  • Jörg Richter's avatar
    REST API: change 2 get-assocs plural requests (#341) · e5cb2bf6
    Jörg Richter authored
    BREAKING CHANGE
    
    change 2 assoc plural requests:
    
    ## getAssocs(long topic1Id, long topic2Id)
    
        GET /core/association/multiple/{topic1_id}/{topic2_id}
        ->
        GET /core/assocs/{topic1_id}/{topic2_id}
    
    ## getAssocs(long topic1Id, long topic2Id, String assocTypeUri)
    
        GET /core/association/multiple/{topic1_id}/{topic2_id}/{assoc_type_uri}
        ->
        GET /core/assocs/{assoc_type_uri}/{topic1_id}/{topic2_id}
    e5cb2bf6