tom-draper / api-analytics

Lightweight monitoring and analytics for API frameworks.
https://apianalytics.dev
MIT License
193 stars 26 forks source link

Cannot Pull API Data from Api #2

Closed oscarnz closed 1 year ago

oscarnz commented 1 year ago

Hello @tom-draper , just wondering why i cant pull data api as stated in README.

response = requests.get("https://api-analytics-server.vercel.app/api/data/", headers=headers)

It says {"message":"Invalid API key."}

tom-draper commented 1 year ago

Hi @oscarnz,

Thanks for letting me know about this issue. I believe I've fixed the issue and corrected the readme.

Thanks!

oscarnz commented 1 year ago

Thank you!