haydenwoodhead / burner.kiwi

No bullshit temporary mail service written in Go
https://burner.kiwi
MIT License
216 stars 26 forks source link

API seems broken (or maybe I got something wrong) #39

Closed UnlimitedCookies closed 2 years ago

UnlimitedCookies commented 2 years ago
curl https://burner.kiwi/api/v1/inbox/
404 page not found

API Docs used: https://about.burner.kiwi/apidocs/

Is the endpoint correct?

haydenwoodhead commented 2 years ago

Ahh yup. This is my bad. The new endpoint is /v2 see https://github.com/haydenwoodhead/burner.kiwi/blob/master/about.burner.kiwi/apidocs/index.html

UnlimitedCookies commented 2 years ago

Thank you for informing me of the change! Though, why is this change not reflected on the apidocs site?