-
Notifications
You must be signed in to change notification settings - Fork 2
Generate client using OpenAPI spec, start updating Quick Start and Setup Guide #2
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
Merged
Merged
Changes from 35 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
40b6304
Add the generated client and related files
ShavinAnjithaAlpha 13a8bf1
Changing java version to 17
ShavinAnjithaAlpha d665c2d
Add openapi spec file
ShavinAnjithaAlpha a6d0d7a
Start editing overview and setup guide
ShavinAnjithaAlpha ccaf5c9
Add license banners to source files
ShavinAnjithaAlpha 63d29b6
Add dependencies file
ShavinAnjithaAlpha 641089d
[Automated] Update the toml files
ShavinAnjithaAlpha ebeafa5
[Automated] Update the toml files
ShavinAnjithaAlpha 3a8f84a
Update .gitignore file
ShavinAnjithaAlpha d742739
Add test template file
ShavinAnjithaAlpha 4cbf5ac
[Automated] Update the toml files
ShavinAnjithaAlpha 4ba0765
[Automated] Update the toml files
ShavinAnjithaAlpha 5615120
[Automated] Update the toml files
ShavinAnjithaAlpha c6d75a6
[Automated] Update the toml files
ShavinAnjithaAlpha bd94753
[Automated] Update the toml files
ShavinAnjithaAlpha de3be90
Add sanitization to the openapi spec
ShavinAnjithaAlpha 2c482c7
Regenerate the client with sanitization
ShavinAnjithaAlpha 9a44b15
Update the overview and quickstart
ShavinAnjithaAlpha d158134
Add tests for client
ShavinAnjithaAlpha d43f5ec
Update ballerina build config
ShavinAnjithaAlpha 6ee1035
Update ballerina build config
ShavinAnjithaAlpha 1741b24
Add license header
ShavinAnjithaAlpha 304bbae
Update docs and license file
ShavinAnjithaAlpha 35eda09
Update sanitization file
ShavinAnjithaAlpha ca2d40c
Change the test cases for improved code quality
ShavinAnjithaAlpha dd0ba15
Merge remote-tracking branch 'origin/main'
ShavinAnjithaAlpha 32fc34e
[Automated] Update the toml files
ShavinAnjithaAlpha 958575e
Fix issues in documentation and source files
ShavinAnjithaAlpha ee4fb66
[Automated] Update the toml files
ShavinAnjithaAlpha 7e16947
Add two examples
ShavinAnjithaAlpha b402a36
Format code and fix issues in docs
ShavinAnjithaAlpha 477b688
Update build files and example docs
ShavinAnjithaAlpha 24908e4
[Automated] Update the toml files
ShavinAnjithaAlpha 97943c1
Create a mock service for some endpoints
ShavinAnjithaAlpha 6be4f95
Fix issues and format docs and some source file
ShavinAnjithaAlpha b4a5d5f
Add auto-generated license header
ShavinAnjithaAlpha 27edf66
Rename example's readme files
ShavinAnjithaAlpha 7bbd1ff
Fix issue in example codes
ShavinAnjithaAlpha d2f463e
Add a new line to end of files
ShavinAnjithaAlpha 97a70a5
Restructure the test code
ShavinAnjithaAlpha aed5aa0
Change setup guide url path
ShavinAnjithaAlpha da7fda7
[Automated] Update the toml files
ShavinAnjithaAlpha 00e1c5d
Finish the mock service and add mock tests
ShavinAnjithaAlpha 138eb76
Change image URLs to GitHub URLs
ShavinAnjithaAlpha 73fa8d6
Change image URLs to GitHub URLs
ShavinAnjithaAlpha 1d2d4f4
Change image URLs
ShavinAnjithaAlpha 1a70da4
Modify the example codes
ShavinAnjithaAlpha 0bf20d4
Merge remote-tracking branch 'origin/main'
ShavinAnjithaAlpha 811cf48
Change arguments to main function
ShavinAnjithaAlpha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| 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.contacts" | ||
| name = "hubspot.crm.obj.contacts" | ||
| version = "0.1.0" | ||
| license = ["Apache-2.0"] | ||
| authors = ["Ballerina"] | ||
| keywords = [] | ||
| # icon = "icon.png" # TODO: update icon.png | ||
| repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.contacts" | ||
| keywords = ["hubspot", "customer", "management", "connector", "crm"] | ||
| icon = "icon.png" | ||
| repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.obj.contacts" | ||
|
|
||
| [build-options] | ||
| observabilityIncluded = true | ||
|
|
||
| [platform.java21] | ||
| [platform.java17] | ||
| graalvmCompatible = true |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.