Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Releases: RevolvingMadness/Pyrinth

Pyrinth v1.2.1

09 May 21:25
Compare
Choose a tag to compare

Pyrinth v1.2.0

30 Apr 22:09
ab4e610
Compare
Choose a tag to compare

Pyrinth v1.1.0

27 Mar 23:19
5c32965
Compare
Choose a tag to compare

Pyrinth v1.0.0 ( Initial Release )

17 Mar 15:00
Compare
Choose a tag to compare

Added

Classes
- Models
    - ProjectModel
    - SearchResultModel
    - VersionModel
    - UserModel

- Modrinth
    - Modrinth.SearchResult
    - Modrinth.Statistics
- Project
    - Project.Version
    - Project.GalleryImage
    - Project.File
    - Project.License
    - Project.Donation
- User
    - User.Notification
    - User.TeamMember
Methods
- Models
    - ProjectModel
        - from_json
        - to_json
        - to_bytes
    - SearchResultModel
        - from_json
        - to_json
        - to_bytes
    - VersionModel
        - from_json
        - to_json
        - to_bytes
    - UserModel
        - from_json
        - to_json
        - to_bytes
- Modrinth
    - get_project
    - get_projects
    - get_version
    - get_random_projects
    - get_user_from_id
    - get_user_from_auth
    - search_projects
- Project
    - get_latest_version
    - get_specific_version
    - get_oldest_version
    - get_versions
    - create_version
    - change_icon
    - delete_icon
    - add_gallery_image
    - modify_gallery_image
    - delete_gallery_image
    - exists
    - modify
    - delete
    - get_dependencies
    - Project.Version
        - get_files
    - Project.GalleryImage
        - from_json
    - Project.License
        - from_json
- User
    - get_followed_projects
    - get_notifications
    - get_amount_of_projects
    - create_project
    - get_projects
    - follow_project
    - unfollow_project
    - from_auth
    - from_id
    - from_ids