autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

Parse endpoint URL in am.toml using shorthand notation #82

Closed hatchan closed 1 year ago

hatchan commented 1 year ago

Currently we allow a user to submit endpoints using various short hand forms, such as :3000. Currently this is mentioned in the docs that this is also allowed in the [[endpoint]].url property in a am.toml. Currently this is not supported as it is parsed as a regular URL.