feat: Webhook 2.2, API version restructure#127
Open
ryancrummy-rezolve wants to merge 5 commits intomainfrom
Open
feat: Webhook 2.2, API version restructure#127ryancrummy-rezolve wants to merge 5 commits intomainfrom
ryancrummy-rezolve wants to merge 5 commits intomainfrom
Conversation
…Custom Data, Point SDK, and intro sections
…ps and region-specific URLs
…ave webhooks - Introduced Geo-triggering Webhook V2.0 and V2.1 documentation with detailed payload structures and examples. - Added Hello Order Webhook V1.0 documentation outlining the JSON request structure and field descriptions. - Created Tempo Webhook V1.0 documentation including update and stop request structures. - Added Wave Webhook V1.0 documentation with request structures and field descriptions. - Updated sidebar navigation to include new versions and reorganized previous versions under a single category.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.