WP Manifestindependent plugin directory
manifest / integrations / mvm1914_backend

RESTful API - Musikverein 1914 Münster e. V.

The music club "Musikverein 1914 Münster e. V." provides its members and interested persons since 2019 an own android app. This repository contains the custom developed wordpress-plugin which provides a rest-api for this mentioned app. The android app can be downloaded from google play.

by Simon Neidig · github.com/neidigsi/mvm1914_backend · 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/neidigsi/mvm1914_backend/archive/refs/heads/master.zip

From the readme

Wordpress-REST-API | Musikverein 1914 Münster e. V. The music club "Musikverein 1914 Münster e. V." provides its members and interested persons since 2019 an own android app. This repository contains the custom developed wordpress-plugin which provides a rest-api for this mentioned app. The android app can be downloaded from google play at the following link: Google Play Store In the current version, the app allows users to inform themselves about our association through current articles and events, as well as an up-to-date gallery. Installation To install this Wordpress-Plugin it is necessary to download the program code of this repository at first. In the second step, the downloaded folder with the code needs to be moved to the directory "/wp-content/plugins" of the Wordpress-Instance (e.g. via an FTP connection). Finally, the plugin named "RESTful API - Musikverein 1914 Münster e. V." needs to be activated in the section "Plugins" of Wordpress's administration interface. Documentation The API documentation is written in OpenAPI 3 and could be found in the folder "documentation".

Read the full README on GitHub →