Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
replaced "cloud-py-api" with "nextcloud"
Signed-off-by: Oleksander Piskun <[email protected]>
  • Loading branch information
oleksandr-nc committed Jan 9, 2025
commit 81ce150e6b6b64e6dfd09aaacaa9fd975865e886
27 changes: 9 additions & 18 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ application development, deployment, and management.
It introduces a new methodology that allows developers to create
applications using a variety of programming languages, not limited to PHP, which was traditionally used in Nextcloud development.


### List of applications that require AppAPI:

- [talk_bot_ai_example](https://github.com/cloud-py-api/talk_bot_ai_example)
- [upscaler_example](https://github.com/cloud-py-api/upscaler_example)
- [image_to_text_example](https://github.com/cloud-py-api/file_to_text_example)
- [ai_image_generator_bot](https://github.com/cloud-py-api/ai_image_generator_bot)
- [SummarAI](https://github.com/nextcloud/sumupbot)

_If you wish to develop an application, we will gladly help and assist you._

### Support
Expand All @@ -53,18 +44,18 @@ to join us in shaping a more versatile, stable, and secure app landscape.
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
<namespace>AppAPI</namespace>
<documentation>
<developer>https://cloud-py-api.github.io/app_api/</developer>
<developer>https://docs.nextcloud.com/server/latest/developer_manual/exapp_development/l</developer>
</documentation>
<category>integration</category>
<category>tools</category>
<website>https://github.com/cloud-py-api/app_api</website>
<discussion>https://github.com/cloud-py-api/app_api/discussions</discussion>
<bugs>https://github.com/cloud-py-api/app_api/issues</bugs>
<repository type="git">https://github.com/cloud-py-api/app_api.git</repository>
<screenshot>https://raw.githubusercontent.com/cloud-py-api/app_api/main/screenshots/app_api_1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/cloud-py-api/app_api/main/screenshots/app_api_2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/cloud-py-api/app_api/main/screenshots/app_api_3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/cloud-py-api/app_api/main/screenshots/app_api_4.png</screenshot>
<website>https://github.com/nextcloud/app_api</website>
<discussion>https://github.com/nextcloud/app_api/discussions</discussion>
<bugs>https://github.com/nextcloud/app_api/issues</bugs>
<repository type="git">https://github.com/nextcloud/app_api.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/app_api/main/screenshots/app_api_1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/app_api/main/screenshots/app_api_2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/app_api/main/screenshots/app_api_3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/app_api/main/screenshots/app_api_4.png</screenshot>
<dependencies>
<php min-version="8.1"/>
<nextcloud min-version="32" max-version="32"/>
Expand Down
Loading