Is your feature request related to a problem? Please describe.
Client code should use icons and apps definitions from server.
Describe the solution you'd like
Constants (mapping) should be possible to receive using an endpoint. The constants are "constant" so they can be collected only once, on request in client.
Icons are more complicated because right now they are available for localhost server (which is used e.g. in ftrack). The best solution would be to allow get icons from server and the endpoint for localhost would be caching the content for the availability. Can be stored as files on disk, or can be cached only in memory. That would also allow us to supply custom icons.
Is your feature request related to a problem? Please describe.
Client code should use icons and apps definitions from server.
Describe the solution you'd like
Constants (mapping) should be possible to receive using an endpoint. The constants are "constant" so they can be collected only once, on request in client.
Icons are more complicated because right now they are available for
localhostserver (which is used e.g. in ftrack). The best solution would be to allow get icons from server and the endpoint for localhost would be caching the content for the availability. Can be stored as files on disk, or can be cached only in memory. That would also allow us to supply custom icons.