-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from MadhurangaWije/slalpha_appleappstore
[SL Alpha5] Add Apple AppStore Connector
- Loading branch information
Showing
7 changed files
with
32,156 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
target |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[package] | ||
license = ["Apache-2.0"] | ||
keywords = ["apple", "appstore", "ios"] | ||
org = "ballerinax" | ||
name = "apple.appstore" | ||
repository = "https://github.com/ballerina-platform/ballerinax-openapi-connectors" | ||
version = "0.1.0-SNAPSHOT" | ||
authors = ["Ballerina"] | ||
|
||
[build-options] | ||
observabilityIncluded = true |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[[dependency]] | ||
org = "ballerina" | ||
name = "http" | ||
version = "1.1.0-alpha8" | ||
|
||
[[dependency]] | ||
org = "ballerina" | ||
name = "url" | ||
version = "1.1.0-alpha8" | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Connects to Apple App Store Connect API from Ballerina | ||
|
||
#### Compatibility | ||
| | Version | | ||
|-------------------------------|-----------------------| | ||
| Ballerina Language Version | **Swan Lake Alpha 5** | | ||
| API Version | **1.4.1** | | ||
|
||
### Package Overview | ||
The `apple.appstore` is a [Ballerina](https://ballerina.io/) connector for *Apple App Store*. | ||
This package provides the capability to easily access *Apple App Store API*. | ||
### Report Issues | ||
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina connector repository](https://github.com/ballerina-platform/ballerinax-openapi-connectors) | ||
### Useful Links | ||
- Discuss code changes of the Ballerina project in [[email protected]](mailto:[email protected]). | ||
- Chat live with us via our [Slack channel](https://ballerina.io/community/slack/). | ||
- Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.