gdarko / digital-license-manager

Extendable License Manager for WordPress and WooCommerce 🔑
https://wordpress.org/plugins/digital-license-manager/
GNU General Public License v3.0
24 stars 6 forks source link

API Endpoint stability #48

Closed EmilDohne closed 2 months ago

EmilDohne commented 2 months ago

Hey there, I was wondering how stable the API endpoints are. I have to admit im more of a desktop dev so dont know exactly how it works but if lets say I wouldnt update my wordpress plugin the response wouldnt change right?

gdarko commented 2 months ago

Hey @EmilDohne,

The responses and the endpoints won't change without releasing new API version, so I assure you that they are very stable.

The API is documented at https://docs.codeverve.com/digital-license-manager/rest-api/

Let me know if there are any questions.

Best Regards, Darko

EmilDohne commented 2 months ago

Thanks for the quick reply! In that case I'll move forward in making my parsing more strict

Best, Emil