diff --git a/tools/quick-e2e/http/mordinth.http b/tools/quick-e2e/http/mordinth.http new file mode 100644 index 00000000..28c3a182 --- /dev/null +++ b/tools/quick-e2e/http/mordinth.http @@ -0,0 +1,8 @@ +### Get version list of a project +@project=fancyholograms +GET https://api.modrinth.com/v2/project/{{project}}/version +# download url is also included in the response + +### Get version info +@version=rFLuWfOG +GET https://api.modrinth.com/v2/project/{{project}}/version/{{version}} \ No newline at end of file