Using CloudConvert API in WordPress

Just tested on my end, and it’s working fine. Looks like something went wrong with the installation. Here are steps to follow to get it working: In the plug-in root directory create composer.json file with the following content: { “name”: “Example Application”, “description”: “This is an example”, “require”: { “cloudconvert/cloudconvert-php”: “2.2.*” } } run composer … Read more

Postman Resolving “Invalid CORS request” for a POST Request

I’ve just started using Postman to test an API I am integrating to. I have the following error that keeps showing up Invalid CORS request Note the following: The API uses Bearer token authentication(OAuth2). I have this working without a problem. I do get the bearer token successfully, assign it to an Environment variable and … Read more

How do you get the API key for Locu?

GoDaddy shut down new developer signups when they acquired Locu back in January 2017. Here’s a post on the subject from GoDaddy support: https://www.godaddy.com/community/Developer-Cloud-Portal/Locu-API-Access/td-p/33447

Python Weather API

Since Google has shut down its weather API, I suggest to check out OpenWeatherMap: The OpenWeatherMap service provides free weather data and forecast API suitable for any cartographic services like web and smartphones applications. Ideology is inspired by OpenStreetMap and Wikipedia that make information free and available for everybody. OpenWeatherMap provides wide range of weather data … Read more