Modularity Resource Booking archived
Book resource X for N amount of time
by Sebastian Thulin, Nikolas Ramstedt, Jonatan Hansson, Johan Silvergrund · github.com/helsingborg-stad/modularity-resource-booking · website
★ 0stars
332composer installs
0forks
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/helsingborg-stad/modularity-resource-booking/archive/refs/heads/master.zipAlso on Packagist as helsingborg-stad/modularity-resource-booking:
composer require helsingborg-stad/modularity-resource-bookingFrom the readme
Modularity Resource Booking
Book a resource for a predefined period of time. This plugin provides a api-based frontend.
Developement mode
You can temporarily disable all security features by defining 'RESOURCEBOOKINGDISABLESECURITY' to 'true' in your wp-config.php file. This bypasses most check that looks capabilities or logged in users.
Constants
- RESOURCEBOOKINGCURRENCYSYMBOL - Defines a currency symbol appended to currency.
REST API
This plugin creates a complete API to integrate any frontend solution. The plugin is deliverd with a local frontend solution, but can work with a offsite frontend solution. Listed below is a index of possible endpoints, these should be prefixed with your json-url in WordPress, for example https://develop.local/wp-json/.
For detailed documentation of the API, please refer to our Postman page at https://documenter.getpostman.com/view/5930358/RzffHp48 .
Nonces
All requests interacting with user bound data this api requires a nonce field to be posted with the request. Documentation here: https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/
Users / Customer
- Create a user
- Modifies logged in user
Products
-
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.