WP Manifestindependent plugin directory
manifest / ai / windesheim.ai-courses-plugin

WinAI

WinAI plugin for WordPress

by WinAI · github.com/windesheim-ai/windesheim.ai-courses-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/windesheim-ai/windesheim.ai-courses-plugin/archive/refs/heads/main.zip

Declares an update source (https://github.com/Windesheim-AI-App/WINsight), so updates arrive through the plugin's own updater.

From the readme

Courses WordPress Plugin Description Courses is a WordPress plugin that provides a REST API for managing AI-courses. It allows users to follow a courses to learn more about AI. Installation 1. Download the plugin files. 2. Upload the plugin files to the /wp-content/plugins/Courses directory, or install the plugin through the WordPress plugins screen directly. 3. Activate the plugin through the 'Plugins' screen in WordPress. Usage The plugin registers several endpoints under the winai/v1 namespace: - GET /courses: Retrieves all AI courses. - GET /courses/{id}: Retrieves a specific AI course by its ID. - POST /courses: Creates a new AI course. - PUT /courses/{id}: Updates a specific AI course by its ID. - DELETE /courses/{id}: Deletes a specific AI course by its ID. All endpoints require the user to be logged in. The POST /tools and POST /services endpoints additionally require the user to have the editposts capability. Versioning The plugin version is added to the headers of every API response as X-WingAI-Version. License This project is licensed under the GPLv2 or later.

Read the full README on GitHub →