ModMeta Basics
An overview of what the ModMeta API is for
ModMeta Relay is an unofficial implementation of the ModMeta API for interfacing Vortex (or any other ModMeta client) with any non-Nexus mod source. To clarify, this project is not affiliated in any way with Nexus Mods or anyone else, and is an open-source community resource.
The ModMeta Relay project is very new and is largely untested! That being said, I believe it to be functioning at a basic level and both the REST and plugin API are reasonably stable. The following is definitely supported at this point:
GET
endpoints for the ModMeta REST API are supported through plugins (see below)There's a few things that we specifically don't have (yet):
POST
/Describe API: The Plugin API doesn't currently have any support for saving mod metadata, so the Describe endpoints are not available.An overview of what the ModMeta API is for
A basic introduction to Relay Plugins