Skip to content

Commit

Permalink
Merge pull request #133 from MadhurangaWije/slalpha_appleappstore
Browse files Browse the repository at this point in the history
[SL Alpha5] Add Apple AppStore Connector
  • Loading branch information
indikasampath2000 authored Jul 18, 2021
2 parents de3da35 + 4f39385 commit c2f4462
Show file tree
Hide file tree
Showing 7 changed files with 32,156 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi/apple.appstore/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target
11 changes: 11 additions & 0 deletions openapi/apple.appstore/Ballerina.toml
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
11 changes: 11 additions & 0 deletions openapi/apple.appstore/Dependencies.toml
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"


17 changes: 17 additions & 0 deletions openapi/apple.appstore/Package.md
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
1,613 changes: 1,613 additions & 0 deletions openapi/apple.appstore/client.bal

Large diffs are not rendered by default.

Loading

0 comments on commit c2f4462

Please sign in to comment.