Skip to content

Instantly share code, notes, and snippets.

@SupinePandora43
Created January 17, 2021 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SupinePandora43/f42d6b12196adfbfa7f609e0c6259665 to your computer and use it in GitHub Desktop.
Save SupinePandora43/f42d6b12196adfbfa7f609e0c6259665 to your computer and use it in GitHub Desktop.

upload file:

curl -X POST -H https://minecraft.curseforge.com/api/projects/PROJECTID/upload-file -u EMAIL:TOKEN -F metadata={changelog:\"curl-test\",changelogType:\"markdown\",displayName:\"Foo\",gameVersions:[157,158],releaseType:\"alpha\"} -F file=@YOURFILE

game versions:

curl -X GET https://minecraft.curseforge.com/api/game/versions -u EMAIL:TOKEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment