You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
The class StaticLabelResourceV1.java currently provides a mean to get a rendering of a label based on the availability encoded in the URL, e.g. .../api/v1/static/00221101.svg.
Add another method to do the same for PNG, e.g. .../api/v1/static/00221101.png.
Add a size parameter to both variants.
The text was updated successfully, but these errors were encountered:
The class
StaticLabelResourceV1.java
currently provides a mean to get a rendering of a label based on the availability encoded in the URL, e.g..../api/v1/static/00221101.svg
.Add another method to do the same for PNG, e.g.
.../api/v1/static/00221101.png
.Add a size parameter to both variants.
The text was updated successfully, but these errors were encountered: