8000 GitHub - AkiaCode/node-papermc: PaperMC api wrapper for node
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AkiaCode/node-papermc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-papermc

functions

BASE_URL: string

Base URL of rest api

getProjectInfo(project: string): Promise<PaperProjectInfos>

Get project id, project name, version groups, versions

getVersionInfo(project: string, version: string) Promise<PaperVersionInfos>

Get project id, project name, version, builds

getVersionGroupInfo(project: string, version_group: string): Promise<PaperVersionGroupInfos>

Get project id, project name, version group, versions

getVersionGroupBuilds(project: string, version_group: string): Promise<PaperVersionGroupBuilds>

Get project id, project name, version group, versions, builds

getBuildInfo(project: string, version: string, build: number): Promise<PaperBuildInfos>

Get project id, project name, build, time, changes, downloads

download(project: string, version: string, build: number, name: string): Promise<Blob>

Get build file blob

examples

javascript example

typescript example

About

PaperMC api wrapper for node

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •  
0