Osclass API
Osclass REST API plugin.
★ 5stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/patriksh/osclass-api/archive/refs/heads/main.zipFrom the readme
Osclass API
Osclass API plugin, with all the required endpoints and JWT auth.
Osclass App (Native + PWA)
You always wanted a mobile app for Osclass, didn't you? Well, you can get one now, and it's built with this very API!
Check it now at https://osclass.app
Usage
API URL is yoursite.com/oc-content/plugins/dftdapi/api/.
Check api/index.php for list of endpoints.
ItemActions / UserActions
API contains ItemActions and UserActions classes from several Osclass versions, with defined namespace and modified hooks.
All the hooks and filters are prefixed by api, so no plugins interfer with API by default.
If you still prefer to use default action classes, replace use \DFTDAPI\Actions\UserActions as UserActions; with use UserActions;, same for item.
Plugins
Easily extendable using the simple apirouter hook.
Example: