[ad_1]
Hi, I’m new to WordPress and was trying to find a way to access the MySQL database to extract and insert data to/from other sources, I found this miniOrange Custom API and was able to create an API, right now there is no authentication included as I’m using the free plan, I could add authentication and other methods by paying for the Premium plan. I wonder if anybody has had a good or bad experience with this plugin and other things I should consider when using it. Thank you!
[ad_2]
WordPress has its own REST API in core: [https://developer.wordpress.org/rest-api/])
Why don’t you use that?