Updated plugin API endpoints

Posted by Miss 11 days ago

Developer

Starting with the server migration earlier this week, some API base URLs are changing.

Don't worry; we have no plans to deprecate or remove the old URLs for a good while, and we will keep them around, but we do recommend updating them at some point in the future to be safe. So no pressure; just thought we'd give a heads up!

These new API base URLs will also display on your plugin admin dashboard for future reference.

Authentication validation endpoint

This is moved to the api.openplanet.dev subdomain, and the path is changed to remove /api.

  • Old: https://openplanet.dev/api/auth/validate
  • New: https://api.openplanet.dev/auth/validate

Plugin config endpoint

This just moves to the api.openplanet.dev subdomain.

  • Old: https://openplanet.dev/plugin/my-plugin-identifier/config/my-config-name
  • New: https://api.openplanet.dev/plugin/my-plugin-identifier/config/my-config-name

This post was written by Miss(Trusted developer)