SF-003 Application icon

    Namespace: synergy/icon Last updated: 23.8.2017

    Introduction

    Application icon is used during the construction of various navigation items (e.g. menu).

    Usage

    Interested parties (e.g. Chemaxon Synergy) request application icon information by sending HTTP GET request to configured URL. Response is expected to contain image data in response body and image type in Content-Type header.

    Configuration

    Application info uses synergy/icon namespace and single url attribute. Example

    
    {
        namespace: "synergy/icon", 
        attributes: {
            url: "http://localhost:8102/services/icon" 
        }
    }