Add Capacity API methods: showBookingGrid and getActivityBookingOptions#65
Merged
miquelgall merged 2 commits intomainfrom Feb 3, 2026
Conversation
- Add showBookingGrid method (POST /rest/ofscCapacity/v1/showBookingGrid) - Retrieves time slots in which an activity can be performed - Supports activity identification, date ranges, and various options - Add getActivityBookingOptions method (GET /rest/ofscCapacity/v1/activityBookingOptions) - Retrieves available booking options for an activity type on specific dates - Supports all documented parameters with proper defaults - Allows arbitrary key-value pairs for custom parameters - Add TypeScript interfaces for request/response types - OFSShowBookingGridParams, OFSShowBookingGridResponse - OFSGetActivityBookingOptionsParams, OFSGetActivityBookingOptionsResponse - Enhance test_credentials.ts to support credentials file fallback - Falls back to test/credentials_test.json when env vars not set - Fix Get Activity Link Type test - Use toActivityId and linkType from linked activities response - Add comprehensive test suite for Capacity API methods Resolves #64
btoron
approved these changes
Feb 3, 2026
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.
Summary
showBookingGridmethod (POST/rest/ofscCapacity/v1/showBookingGrid)getActivityBookingOptionsmethod (GET/rest/ofscCapacity/v1/activityBookingOptions)test_credentials.tsto support credentials file fallbackGet Activity Link Typetest to use correct response fieldsTest plan
Resolves #64