Skip to content

Conversation

@aayushsingh2502
Copy link
Collaborator

Features:

  • OrganizationMemberships: list, read, read_with_options, create and delete functionalities implemented
  • WorkspaceResource: list functionalities implemented
  • PolicySetParameter: list, create, read, update and delete functionalities implemented

CodeCleanup:

  • Example files are cleaned up.

TestCases:
Screenshot 2025-12-08 at 12 31 39 PM

isivaselvan and others added 16 commits November 24, 2025 17:02
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
@aayushsingh2502 aayushsingh2502 requested a review from a team as a code owner December 8, 2025 07:02
@iam404 iam404 changed the title Next 0.1.1 Release 0.1.1 Dec 9, 2025

## 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.
Copy link
Member

@iam404 iam404 Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which API coverage list ? link

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each API Resource implemented should also have corresponding example added

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not have api coverage file so removing this section
Added above mention comment

Copy link
Member

@iam404 iam404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aayushsingh2502
pyproject.toml is not updated with 0.1.1 version.

@iam404 iam404 merged commit d1ec88b into main Jan 8, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants