[ 
https://issues.apache.org/jira/browse/ISIS-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409827#comment-17409827
 ] 

Andi Huber commented on ISIS-2768:
----------------------------------

/restful/ serves a links map with content like the following; 

{
  "links" : [ {
    "rel" : "self",
    "href" : "https://demo-wicket.jdo.isis.incode.work/restful/";,
    "method" : "GET",
    "type" : 
"application/json;profile=\"urn:org.restfulobjects:repr-types/homepage\""
  }, ... , {
    "rel" : "urn:org.apache.isis.restfulobjects:rels/menuBars",
    "href" : "https://demo-wicket.jdo.isis.incode.work/restful/menuBars";,
    "method" : "GET",
    "type" : 
"application/json;profile=\"urn:org.restfulobjects:repr-types/layout-menubars\""
  }, ... } ],
  "extensions" : { }
}

Let's add an entry with the app's logo, considering multiple sizes maybe ... 
(small, medium and large).
We already know how to serve images via the domain object icon endpoint.
 

> [RO] Make Application Logo Available via REST
> ---------------------------------------------
>
>                 Key: ISIS-2768
>                 URL: https://issues.apache.org/jira/browse/ISIS-2768
>             Project: Isis
>          Issue Type: New Feature
>          Components: Isis Client Kroviz
>    Affects Versions: 2.0.0-M5
>            Reporter: Jörg Rade
>            Assignee: Andi Huber
>            Priority: Minor
>             Fix For: 2.0.0-M7
>
>
> Currently the application logo / icon is not available via REST.
> The RO spec is silent on this matter, so an Isis extension would be required. 
>  
> C.F. https://the-asf.slack.com/archives/CFC42LWBV/p1624630090071000



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to