TheRandomLabs / CurseAPI

A Java library for handling interactions with CurseForge.
MIT License
30 stars 3 forks source link

Dependencies Relation Issue #7

Closed DV8FromTheCode closed 5 years ago

DV8FromTheCode commented 5 years ago

When I try to get the RelationTypes for the dependencies of a project all of the return all, which some are designated as required. Can this be fixed?

TheRandomLabs commented 5 years ago

Unfortunately, there doesn't seem to be a way to easily determine the type of a relation when sorting by "All Types". The best I can do is make the type RelationType#UNKNOWN.