Skip to content

Commit

Permalink
Merge pull request #2 from NipunaRanasinghe/client
Browse files Browse the repository at this point in the history
Introduce Asana client with sanitations
  • Loading branch information
NipunaRanasinghe authored Apr 5, 2024
2 parents 63d5e57 + 16acb02 commit f1bd9ef
Show file tree
Hide file tree
Showing 7 changed files with 56,441 additions and 1 deletion.
45 changes: 45 additions & 0 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# AUTO-GENERATED FILE. DO NOT MODIFY.

# This file is auto-generated by Ballerina for managing dependency versions.
# It should not be modified by hand.

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.6"

[[package]]
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"

[[package]]
org = "ballerina"
name = "observe"
version = "1.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerinai"
name = "observe"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "observe"}
]
modules = [
{org = "ballerinai", packageName = "observe", moduleName = "observe"}
]

[[package]]
org = "ballerinax"
name = "asana"
version = "0.1.0"
dependencies = [
{org = "ballerinai", name = "observe"}
]
modules = [
{org = "ballerinax", packageName = "asana", moduleName = "asana"}
]

3,383 changes: 3,382 additions & 1 deletion ballerina/client.bal

Large diffs are not rendered by default.

Loading

0 comments on commit f1bd9ef

Please sign in to comment.