umami-software / api-client

API client for Umami Analytics
MIT License
14 stars 11 forks source link

Malformatted URL for API Client #3

Closed bdcorps closed 1 year ago

bdcorps commented 1 year ago

The API endpoint in the docs should not have a slash at the end.

UMAMI_API_CLIENT_ENDPOINT=https://api.umami.is/v1/

should be

UMAMI_API_CLIENT_ENDPOINT=https://api.umami.is/v1

image

uncenter commented 1 year ago

This issue is related to the API client but should actually be an issue on the repo for the website/docs: https://github.com/umami-software/website.

mikecao commented 1 year ago

Thanks, this has been fixed.