-
Notifications
You must be signed in to change notification settings - Fork 17
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 #301 from odidev/domo
Add domo-java-sdk, domo-node-sdk and domo-python-sdk files
- Loading branch information
Showing
3 changed files
with
89 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,30 @@ | ||
--- | ||
name: Domo-java-sdk | ||
category: Languages and Frameworks | ||
description: The Domo Java SDK lets developers easily connect their Java applications to Domo's analytics platform, allowing them to work with data and services programmatically. | ||
download_url: https://github.com/domoinc/domo-java-sdk/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: v0.2.0 | ||
release_date: 2017/07/08 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://developer.domo.com/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/domoinc/domo-java-sdk?tab=readme-ov-file#setup | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: There are no release notes or binaries released for ARM64. However, domo-java-sdk can be installed from the version 0.2.0. | ||
|
||
--- |
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,29 @@ | ||
--- | ||
name: Domo-node-sdk | ||
category: Languages and Frameworks | ||
description: The Domo Node.js SDK facilitates seamless integration with Domo's platform, enabling developers to efficiently interact with Domo's APIs for data management, visualization, and business intelligence solutions. | ||
download_url: https://github.com/domoinc/domo-node-sdk/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: v2.0.0 | ||
release_date: 2017/08/01 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://developer.domo.com/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/domoinc/domo-node-sdk?tab=readme-ov-file#setup | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: There are no release notes or binaries released for ARM64. However, domo-node-sdk can be installed from the version 2.0.0. | ||
--- |
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,30 @@ | ||
--- | ||
name: Domo-Python-Sdk (pydomo) | ||
category: Languages and Frameworks | ||
description: Domo-python-sdk is a python library designed to enable seamless integration with the domo platform. It also empowers developers to programmatically interact with domos data analytics and visualization services via its APIs. | ||
download_url: https://pypi.org/project/pydomo/#history | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.1.0 | ||
release_date: 2017/04/27 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://developer.domo.com/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/domoinc/domo-python-sdk?tab=readme-ov-file#setup | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Pydomo is platform independent and none-any wheels are released on [PyPI](https://pypi.org/project/pydomo/#files) | ||
|
||
--- |