Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appgalleryconnect/agc-restfulapi-demos
This repository including all of exsiting demos of AppGallery Connect Service in RestfulAPI.
https://github.com/appgalleryconnect/agc-restfulapi-demos
appgalleryconnect restful-api
Last synced: 6 days ago
JSON representation
This repository including all of exsiting demos of AppGallery Connect Service in RestfulAPI.
- Host: GitHub
- URL: https://github.com/appgalleryconnect/agc-restfulapi-demos
- Owner: AppGalleryConnect
- Created: 2021-11-27T09:45:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T00:47:37.000Z (about 2 years ago)
- Last Synced: 2024-11-07T14:42:01.564Z (about 2 months ago)
- Topics: appgalleryconnect, restful-api
- Language: Java
- Homepage:
- Size: 953 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agc-restfulapi-demos
[![license](https://img.shields.io/badge/license-Apache--2.0-green)](./LICENCE)This repo contains the source code for AGC restfulapi Demos, which are developed by the AppGallery Connect team.
These demos enable access to using specific APIs. For more information
about demos, and how to use them, see
[Official Documentations](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agcapi-getstarted-0000001111845114).## Introduction
These are the available plugins in this repository.| Demo | Version | Documentation |
|--------|-----|-----|
| [applinking](./applinking) | [![version](https://img.shields.io/badge/Release-11.5.1-yellow)](./applinking) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-applinking-introduction-0000001054143215)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/applinking-create-0000001141716380) |
| [cloudhosting](./cloudhosting) | [![version](https://img.shields.io/badge/Release-2.10.0.100-yellow)](./cloudhosting) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudhosting-introductions-0000001057944575)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agcapi-cloudhost-newapp-0000001111685196) |
| [publishapi](./publishapi) | [![version](https://img.shields.io/badge/Release-12.0.1-yellow)](./publishapi) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agcapi-publish_api_overview-0000001111685332)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agcapi-appid-list-0000001111845086) |
| [reportapi](./reportapi) | [![version](https://img.shields.io/badge/Release-11.3.1-yellow)](./reportapi) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agcapi-reports_api_overview-0000001111685230)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agcapi-appdownloadexport-0000001158365059) |## Precautions
The agc-restfulapi-demos project contains 4 independent projects. After downloading the code, you can load different nested projects to the IDE as required. And you can run each project independently.## Question or issues
If you have questions about how to use AppGallery Connect Demos, try the following options:
* [Stack Overflow](https://stackoverflow.com/questions/tagged/appgallery) is the best place for any programming questions. Be sure to tag your question with appgallery or appgallery connect.
* [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101188387844930001) AppGallery Module is great for general questions, or seeking recommendations and opinions.
* [Submit ticket online](https://developer.huawei.com/consumer/en/support/feedback/#/) If you encounter a serious or urgent problem, submit a trouble ticket online to contact Huawei technical support.If you run into a bug in our samples, please submit an [issue](https://github.com/AppGalleryConnect/agc-android-demos/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/AppGalleryConnect/agc-android-demos/pulls) with a fix.