Release 0.1.1 - #59
Merged
Merged
Conversation
feature/policy-set-parameters
Added all api functionality for organization membership and done some…
- Add WorkspaceResource model and WorkspaceResourceListOptions - Add WorkspaceResourcesService for listing workspace resources - Add workspace_resources.py example CLI tool with flag-based interface - Add comprehensive unit tests for workspace resources - Update client.py to include workspace_resources service - Update models/__init__.py with WorkspaceResource exports
- Remove urllib.parse import - Remove URL encoding for workspace_id parameter - Workspace IDs are alphanumeric with hyphens, no encoding needed - Consistent with other services in the codebase
- Remove test_list_workspace_resources_url_encoding test - URL encoding is not needed for workspace IDs - All 376 tests now passing
feat: add workspace resources functionality
rigalGit
reviewed
Dec 11, 2025
contributing doc, test.md and changelog added
fix(README):Corrected the address parameter for recommended examples
iam404
reviewed
Jan 8, 2026
|
|
||
| ## Adding New Functionality or Fixing Bugs | ||
|
|
||
| If you are adding a new endpoint, make sure to update the API coverage list where we keep track of the HCP Terraform APIs that this SDK supports. |
Member
There was a problem hiding this comment.
Each API Resource implemented should also have corresponding example added
Collaborator
Author
There was a problem hiding this comment.
We do not have api coverage file so removing this section
Added above mention comment
iam404
reviewed
Jan 8, 2026
iam404
reviewed
Jan 8, 2026
iam404
left a comment
Member
There was a problem hiding this comment.
@aayushsingh2502
pyproject.toml is not updated with 0.1.1 version.
iam404
approved these changes
Jan 8, 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.
Features:
CodeCleanup:
TestCases:
