-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem #3
Open
r-huijts
wants to merge
11
commits into
JoshuaRileyDev:main
Choose a base branch
from
r-huijts:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Problem #3
Conversation
This file contains 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
- Add new tool to fetch detailed app information using App Store Connect API - Support optional relationship includes in the response - Remove commented out screenshot upload code - Clean up code formatting
- Add new tool to register bundle IDs via App Store Connect API - Support iOS, macOS and Universal platforms - Include optional seed ID parameter - Add input validation and error handling
- Add new tool to list bundle IDs from App Store Connect API - Support filtering by identifier, name, platform, and seedId - Add sorting capabilities with multiple sort fields - Include pagination with configurable limits - Support including related resources (profiles, capabilities, app) - Add proper TypeScript type safety
- Add new tool to fetch detailed information about specific bundle IDs - Support optional relationship includes (profiles, capabilities, app) - Add field filtering capabilities for specific bundle ID attributes - Implement proper parameter validation and error handling - Add TypeScript type safety for parameters
- Add new tool to list all registered devices from App Store Connect API - Support filtering by name, platform, status, UDID, and device class - Add sorting capabilities with multiple sort fields (name, platform, status, etc.) - Include field selection for customizing response data - Add proper TypeScript interfaces and type safety - Implement pagination with configurable limits
- Add new tool to list all users registered on the team - Support filtering by username, roles, and visible apps - Add sorting capabilities for username, firstName, lastName, and roles - Include pagination with configurable limits - Support including visible apps relationship in response - Add comprehensive role filtering with all available App Store Connect roles
- Add detailed feature list for all API capabilities - Include complete tool documentation and usage examples - Add authentication setup instructions - Include development and contribution guidelines - Add error handling documentation - Update configuration examples with proper paths - Add related documentation links - Improve overall structure and readability
- Add .env.example as a template for required environment variables - Document required App Store Connect API credentials - Include optional configuration variables
- Add .env.example template file - Update .gitignore to exclude .env file - Document required environment variables - Add placeholder values for configuration
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.
Rookie mistake. I pushed my .env file. Could you remove the .env file from the merged branch and from the git repo history?