feat: Webhook 2.2, API version restructure #127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Docs: Webhook V2.2 (Dwell), Point SDK Overview, and API Version Restructure
This PR introduces the documentation for Geo-triggering Webhooks V2.2, which adds support for Dwell events. It also restructures how webhook versions are organised, revamps the Point SDK Overview page, updates Orders API endpoints, and cleans up project dependencies.
Key Changes
🪝 Webhooks V2.2 & Dwell Events
📂 Documentation Restructuring
V1/Geo-triggering.md) and V2 (V2/Geo-triggering.md) to the new versions folder.Geo-triggering-v2-1.mdto preserve the previous "current" state (Entry/Exit with destination data).:::infoand:::warningcallouts on legacy pages to direct users to the latest documentation.Hello%20order.mdtoHello-order.mdfor URL consistency.📱 Point SDK Overview
docs/Point SDK/Overview.mdxto provide better context.🔗 API Endpoints
Getting started.md,Regions URLs.md) to reflect the new Core endpoints:us1-orders.bluedot.io→us1-orders-core.bluedot.io(Applied to EU and APAC regions as well).
📦 Project Configuration
package-lock.jsonas the repository uses Yarn for dependency management and conflicts withyarn.lock.🛠️ Minor Fixes
Orders API/Key concepts.mdandCanvas/Overview.md.