Hello, I’m looking to get my application for my site. I understand that it’s on the roadmap, but I can’t wait unless it’s scheduled for the summer at the latest. Also to create ourselves the application as a frontend as mentioned on the forum, I need the API REST hivepress which will manage all the backend and will be connected to our native application for the front end. My question: I’ve managed to access my rest API by adding this ending to my url: /wp-json/hivepress/v1, so will all the site’s functionalities be available on the application? i.e. the main ones: register, log in, add ads with photos, send messages, manage the calendar, pay online… in short, the main functionalities of hivepress booking and marketplace: thank you!
Hi,
Unfortunately there’s no simple answer to this issue, this depends on which functionalities you want to implement in the app. Each REST API endpoint provides some data or performs an action, you can find the available endpoints in our REST API reference but there’s no full coverage yet. You can still use the default WP REST API (since listing is a WP post type) but this requires extra development.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.