quick-e2e: Add HTTP requests for fetching project version list and info from Modrinth API

This commit is contained in:
Oliver
2025-03-16 19:51:22 +01:00
parent 18f343de22
commit c966870c5b

View File

@@ -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}}