Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Add branding endpoints #10

Open
ArnyminerZ opened this issue Nov 21, 2022 · 1 comment
Open

Add branding endpoints #10

ArnyminerZ opened this issue Nov 21, 2022 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@ArnyminerZ
Copy link
Owner

To make sure branding is consistent. Create some configuration for providing icons and banners, and an endpoint to fetch them. Example:

GET /v1/brand/{type}

Parameters:

  • type: icon, favicon, banner.

Query arguments:

  • size: For resizing the image. Accepts: {width}x{height}
  • format: The format of the image. Accepts: SVG, PNG (with transparency), JPG.
  • background: The background color of the image. Default: transparent (white if not supported). Accepts HTML colors.
@ArnyminerZ ArnyminerZ added the feature New feature or request label Nov 21, 2022
@ArnyminerZ ArnyminerZ self-assigned this Nov 21, 2022
@ArnyminerZ
Copy link
Owner Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant