PhantomWatson / muncie-events-api

MuncieEvents.com
https://muncieevents.com
2 stars 1 forks source link

Make some endpoints public (stop requiring API key) #26

Open PhantomWatson opened 5 years ago

PhantomWatson commented 5 years ago

The Problem

I'd like to use all of the endpoints of the API to replace redundant backend processing on the main site and redesign it to be more asynchronous. But with all endpoints requiring an API key, that would require either

The Solution