-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into MARP-60-Git-Hub-Act…
…ions-Build-for-Market-repo-to-build-and-test-artifact
- Loading branch information
Showing
6 changed files
with
49 additions
and
3 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,22 @@ | ||
{ | ||
"$schema": "https://json-schema.axonivy.com/market/10.0.0/meta.json", | ||
"id": "salesforce-connector", | ||
"name": "Salesforce Connector", | ||
"description": "This connector builds the REST API and provides a way to access Salesforce resources. A client can use the REST API to manipulate Salesforce objects.", | ||
"type": "connector", | ||
"platformReview": "4.5", | ||
"sourceUrl": "https://github.com/axonivy-market/salesforce-connector", | ||
"statusBadgeUrl": "https://github.com/axonivy-market/salesforce-connector/actions/workflows/ci.yml/badge.svg", | ||
"language": "English", | ||
"industry": "Cross-Industry", | ||
"tags": [ "cloud-platform", "helper" ], | ||
"mavenArtifacts": [ | ||
{ | ||
"repoUrl": "https://maven.axonivy.com", | ||
"name": "Salesforce Connector", | ||
"groupId": "com.axonivy.connector.salesforce", | ||
"artifactId": "salesforce-connector-product", | ||
"type": "zip" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,22 @@ | ||
{ | ||
"$schema": "https://json-schema.axonivy.com/market/10.0.0/meta.json", | ||
"id": "ups-connector", | ||
"name": "UPS Connector", | ||
"description": "Integrates UPS services (tracking, rates, address validation) into workflows via a REST API.", | ||
"type": "connector", | ||
"platformReview": "4.5", | ||
"sourceUrl": "https://github.com/axonivy-market/ups-connector", | ||
"statusBadgeUrl": "https://github.com/axonivy-market/ups-connector/actions/workflows/ci.yml/badge.svg", | ||
"language": "English", | ||
"industry": "Cross-Industry", | ||
"tags": [ "helper" ], | ||
"mavenArtifacts": [ | ||
{ | ||
"repoUrl": "https://maven.axonivy.com", | ||
"name": "UPS Connector", | ||
"groupId": "com.axonivy.connector.ups", | ||
"artifactId": "ups-connector-product", | ||
"type": "zip" | ||
} | ||
] | ||
} |