Skip to content

Classes

Project

class papermcpy.classes.Project

attr id | ProjectResponse.project_id
attr name | ProjectResponse.project_name
attr v_groups | ProjectResponse.version_groups
attr versions | ProjectResponse.versions


Version

class papermcpy.classes.Version

attr id | VersionResponse.project_id
attr name | VersionResponse.project_name
attr version | VersionResponse.version
attr builds | VersionResponse.builds


Build

class papermcpy.classes.Build

attr id | BuildResponse.project_id
attr name | BuildResponse.project_name
attr version | BuildResponse.version
attr build | BuildResponse.build
attr time | BuildResponse.time
attr channel | BuildResponse.channel
attr promoted | BuildResponse.promoted
attr changes | BuildResponse.changes
attr downloads | BuildResponse.downloads


Download

class papermcpy.classes.Download

attr download | url


Family


FBuild

class papermcpy.classes.FBuild

attr version | VersionFamilyBuild.version
attr build | VersionFamilyBuild.build
attr time | VersionFamilyBuild.time
attr channel | VersionFamilyBuild.channel
attr promoted | VersionFamilyBuild.promoted
attr changes | VersionFamilyBuild.changes
attr downloads | VersionFamilyBuild.downloads


FBuilds

Back to top