I have a client who currently uses Clover. He wants to display his current inventory on his website.
This seems easily doable through the REST API, but from what I understand I need to use OAuth, and in order to obtain OAuth I need to publish an app.
I'm simply looking to create a simple PHP script that will grab the store's inventory data through REST and spit out HTML. Is creating an entire app for this necessary? Furthermore, the app will be accessible to everyone on the app store, correct?
Please let me know if there's something I'm missing.