Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
f12d6b6
Add generated Ballerina connector
SashenkaG Jun 16, 2025
6d75d49
[Automated] Update the toml files
SashenkaG Jun 18, 2025
17a1196
Add openapi spec for trello
SashenkaG Jun 20, 2025
c5f7cb2
Generate connector for trello
SashenkaG Jun 20, 2025
1f250a4
Add test cases for trello connector
SashenkaG Jun 20, 2025
63d24bf
[Automated] Update the toml files
SashenkaG Jun 24, 2025
d59d162
[Automated] Update the toml files
SashenkaG Jun 24, 2025
1994f2a
[Automated] Update the toml files
SashenkaG Jun 24, 2025
1988ead
[Automated] Update the toml files
SashenkaG Jun 24, 2025
58952da
[Automated] Update the toml files
SashenkaG Jun 24, 2025
8877c66
Update copyright year and refactor test functions for improved clarity
SashenkaG Jun 25, 2025
c12f26d
[Automated] Update the toml files
SashenkaG Jun 25, 2025
b44b891
Simplify resource function implementations in mock_service.bal
SashenkaG Jun 25, 2025
1950eda
Update sanitation document
SashenkaG Jun 25, 2025
7bc3850
Refactor mock_service.bal and tests.bal for improved clarity and cons…
SashenkaG Jun 25, 2025
210d14e
[Automated] Update the toml files
SashenkaG Jun 25, 2025
df19790
Add keywords and icon to Ballerina.toml
SashenkaG Jun 25, 2025
116a523
Add icon image to ballerina directory
SashenkaG Jun 25, 2025
426d6ae
Add missing new lines in mock_service.bal and tests.bal for improved …
SashenkaG Jun 25, 2025
7dcfbd9
[Automated] Update the toml files
SashenkaG Jun 25, 2025
db0b832
Remove unnecessary parameters from resource function documentation in…
SashenkaG Jun 25, 2025
27c05a4
Fix in Ballerina.toml
SashenkaG Jun 25, 2025
d95e603
Fix formatting and update source link in sanitations.md
SashenkaG Jun 25, 2025
f471732
Update sanitations.md
SashenkaG Jun 25, 2025
fbec81e
Fix formatting and update command in sanitations.md
SashenkaG Jun 25, 2025
d586d47
Update ballerinaLangVersion to 2201.12.7 in gradle.properties
SashenkaG Jun 25, 2025
b4c2373
Update ballerinaGradlePluginVersion to 2.3.0 in gradle.properties
SashenkaG Jun 26, 2025
4d0c72c
Regenerate client and add copyright notice and license information to…
SashenkaG Jun 26, 2025
4da7fe9
Enhance README and testing documentation for Trello connector; add se…
SashenkaG Jun 26, 2025
f9d426d
Update README.md
SashenkaG Jun 26, 2025
0471ccb
Update README.md
SashenkaG Jun 26, 2025
4277fc0
Refactor README image placements
SashenkaG Jun 26, 2025
5bba5c3
Merge branch 'main' of https://github.com/SashenkaG/module-ballerinax…
SashenkaG Jun 26, 2025
5c974c0
Merge branch 'ballerina-platform:main' into main
SashenkaG Jun 27, 2025
244ad5a
Update .gitignore, README, and test configurations; add new dependenc…
SashenkaG Jun 27, 2025
bfe7368
Add example for creating and retrieving a list and cards in Trello; i…
SashenkaG Jun 27, 2025
1d65804
Add example for creating and managing cards in Trello; include necess…
SashenkaG Jun 27, 2025
b8040fd
Remove local repository reference from Ballerina.toml for Create_card…
SashenkaG Jun 27, 2025
5138619
Remove local repository reference from Ballerina.toml for Create_list…
SashenkaG Jun 27, 2025
49e8d04
Update README.md to use absolute URLs for images in setup instructions
SashenkaG Jun 27, 2025
34e6506
Refactor README.md for clarity and consistency; update links and imag…
SashenkaG Jun 27, 2025
5cfb14c
Refactor test configuration to use hardcoded values for local testing…
SashenkaG Jun 27, 2025
ff7010d
[Automated] Update the toml files
SashenkaG Jun 27, 2025
a4a8133
Remove unused devcontainer and gitignore files from Create_card and C…
SashenkaG Jun 28, 2025
8162da9
Rename package in Ballerina.toml nad remove local dependency
SashenkaG Jun 28, 2025
eebf4ef
Rename package in Ballerina.toml to follow naming conventions and rem…
SashenkaG Jun 28, 2025
ab2f14d
Update configuration keys in README.md for Trello API to match naming…
SashenkaG Jun 28, 2025
e101b54
Fix formatting in README.md for Create_list example to enhance readab…
SashenkaG Jun 28, 2025
d288e54
Refactor Create_card and Create_list examples to improve error handli…
SashenkaG Jun 28, 2025
04e6117
Fix: Make build scripts executable
SashenkaG Jun 28, 2025
6874385
Update configuration in examples to use configurable variables
SashenkaG Jun 30, 2025
9430cb9
Update README.md to clarify configuration settings
SashenkaG Jun 30, 2025
7c43c51
updated tests.bal and README.md
SashenkaG Jun 30, 2025
8dd1824
Add README and renamed files
SashenkaG Jun 30, 2025
66cfa92
Deleted duplicate file
SashenkaG Jun 30, 2025
ae3033c
Remove Trello dependency from example configurations and update docum…
SashenkaG Jun 30, 2025
d284771
Fix example links in README to use lowercase directory names
SashenkaG Jun 30, 2025
ddfe419
Refactor README for clarity and formatting improvements
SashenkaG Jun 30, 2025
497f086
Add example for creating a card in the README
SashenkaG Jun 30, 2025
f21b18f
Update configuration keys in example documentation for consistency
SashenkaG Jun 30, 2025
92882cd
Merge branch 'ballerina-platform:main' into main
SashenkaG Jul 1, 2025
b701d9c
Delete Module.ms and package.md file
SashenkaG Jul 1, 2025
1c93df0
Remove alias from Trello module import statements in examples and doc…
SashenkaG Jul 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions ballerina/Module.md

This file was deleted.

17 changes: 0 additions & 17 deletions ballerina/Package.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/create_list/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// under the License.

import ballerina/io;
import ballerinax/trello as trello;
import ballerinax/trello;

configurable string key = ?;
configurable string token = ?;
Expand Down
Loading