TheRandomLabs / CurseAPI

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

[Suggestion] Get all projects from a User #5

Closed ErdbeerbaerLP closed 4 years ago

ErdbeerbaerLP commented 5 years ago

It would be cool to be able to provide a username or user url and get all projects the user made.

CurseUser usr = CurseUser.fromURL("https://www.curseforge.com/members/erdbeerbaerlp/projects");
for(CurseProject p : usr.getProjects()){
  //Do stuff
}
TheRandomLabs commented 5 years ago

This has been on my to-do list for a while.

Le mer. 17 juil. 2019 à 03:52, ErdbeerbaerLP notifications@github.com a écrit :

It would be cool to be able to provide a username or user url and get all projects the user made.

CurseUser usr = CurseUser.fromURL("https://www.curseforge.com/members/erdbeerbaerlp/projects"); for(CurseProject p : usr.getProjects()){ //Do stuff }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheRandomLabs/CurseAPI/issues/5?email_source=notifications&email_token=AD72X6HH5EAGPUBJW7ONU53P7YDHTA5CNFSM4IEDXR7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G7RDN2A, or mute the thread https://github.com/notifications/unsubscribe-auth/AD72X6H3O4SLR2ILOIWWEELP7YDHTANCNFSM4IEDXR7A .

TheRandomLabs commented 4 years ago

As far as I can tell, this is no longer possible.