WPGetAPI
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Security of feedHi,
All API calls are server based, so nothing is exposed to the front end.
Your API key is stored within your database, so if you can keep your database secure, then your API key is secure and won’t be viewable by anyone.
Our plugin also uses an extra layer of encryption to store data, so even if somebody was to gain access to your database somehow, the key would be unreadable.
As it’s a cron error, the browser shouldn’t matter.
PHP: 8.1
WordPress: 6.1.1
iThemes: 8.1.3Thank you
They are errors within your plugin and they are filling up the error_log.
I reckon it’s on you guys to fix it up?It’s looking for array keys that are not present, a simple check for these keys would fix the issue.
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Error in shortcodeHi,
This is because shortcodes can not output PHP array data when the Results Format is set to PHP array data.
Here is some information on this here – https://wpgetapi.com/docs/format-api-data-as-html/
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Can’t save the APIHi,
Could you send some screenshots of the issue and also a list of the other plugins you are using?
Like I say, it is hard to troubleshoot without being able to log in and actually see what is happening.
This error has not happened before and it does not happen on any of our testing environments. It may be a conflict with another plugin you are using.
You could perhaps try disabling other plugins one by one, and then checking if this makes a difference. You can then tell which plugin may be causing the issue.Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Can’t save the APIMarking as resolved as we haven’t heard back.
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] IS WPGETAPI an API or PMSHi Andrew,
WPGetAPI is not an API or a PMS. WPGetAPI allows your WordPress website to connect to API’s.
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Can’t save the APIHi Eric,
Hmmm, that sounds like a really strange issue.
Are you able to log a support ticket with us and provide your admin logins so that we could take a look?
https://wpgetapi.com/support-ticket/Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Encrypted external APIMarking as resolved.
Spoke via email – we do not provide any decryption.Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Woocommerce APIClosing this one now – problem being resolved via email.
Marking as resolved as we have this working now and are talking via emails 🙂
Are you able to send through your company key and key_id to https://wpgetapi.com/support-ticket
And we can then test it to make sure that it will work.
Hi,
Yes our plugin will be able to connect to this API no problem.
There are many, many endpoints in this API though. What exactly would you want to do with the API?
Are you wanting to create WooCommerce products from each hotel?
Are you wanting to process bookings?
Are you wanting to use their search features?All of this would require a fair amount of work.
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Woocommerce APICould you please put in a support ticket at https://wpgetapi.com/support-ticket and send through your API key and we can try to get it working at our end and then send you the settings?
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Woocommerce APIYou need to move the ‘md-api-key’ and the value down into the ‘Headers’ section.