-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build Project with Generated Client, Update package.md, Test and Vali…
…date Functionality (#3) * Add generated client code and documentation * Add mock service and tests for feedback submissions * Update README.md Co-authored-by: Thisaru Guruge <[email protected]> * [Automated] Update the toml files * Refactor README.md for clarity and formatting improvements * Refactor mock service documentation and clean up test cases * Update distribution version and change package organization for feedback review * Add copyright notice and license information. * Sanitized API endpoints in tests and utils for consistency * [Automated] Update the toml files * [Automated] Update the toml files * Refactor README and module documentation * Update keywords in Ballerina.toml for improved discoverability * Refactor README and Module documentation * Add auto-generated file notice to client, types, and utils modules * Fix missing newlines at the end of several files in tests and examples * Update README and Module documentation for HubSpot CRM connector * Refactor client configuration * Fix typo * Update sanitation documentation for OpenAPI specification. * Update README and Module documentation * Refactor feedback review example mock tests * Remove unused HTTP import from test file * Remove commented-out BearerTokenConfig from test file * Enhance feedback review example with detailed comments and update test IDs * Update copyright year in license file * Update OpenAPI client generation command to include license file * Update README and module documentation to reflect pagination in feedback submissions * Fix feedback submission type reference in documentation * Sanitized feedback submissions API endpoints and update related tests and documentation * Refactor README and module documentation * Add configuration template and update tests for live and mock server seperately. * Update module references in documentation to use 'hubspot.crm.obj.feedback' * Format code for consistency in mock service and test files * [Automated] Update the toml files * Add icon * Refactor client initialization and update test configurations for live and mock servers * Update README and module documentation to include refresh token in authentication steps * Simplify API paths by removing common prefix from endpoints for improved readability * Update sanitations.md * Add test groups for mock and live service tests in configuration * Rename baseClient to feedbackClient for clarity in feedback submission operations * Apply suggestions from code review --------- Co-authored-by: Thisaru Guruge <[email protected]>
- Loading branch information
1 parent
e03756a
commit d56a51c
Showing
34 changed files
with
4,115 additions
and
79 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,3 +56,5 @@ build | |
|
||
# Ignore Docker env file | ||
docker.env | ||
|
||
openapi-spec |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[package] | ||
distribution = "2201.10.0" | ||
org = "ballerinax" | ||
name = "hubspot.crm.object.feedback" | ||
version = "1.0.0" | ||
name = "hubspot.crm.obj.feedback" | ||
version = "0.1.0" | ||
license = ["Apache-2.0"] | ||
authors = ["Ballerina"] | ||
keywords = [] | ||
# icon = "icon.png" # TODO: update icon.png | ||
keywords = ["hubspot", "crm", "feedback"] | ||
icon = "icon.png" | ||
repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.feedback" | ||
|
||
[build-options] | ||
observabilityIncluded = true | ||
|
||
[platform.java21] | ||
[platform.java17] | ||
graalvmCompatible = true |
Oops, something went wrong.