Page 1 of 1

[Public] Mod details API

Posted: Tue Jun 28, 2022 8:55 am
by vinzenz
I have been working on new a set of new APIs for the mod portal. I just finished documenting the Mod details API for changing mod information like description, license, etc. You can find it on the wiki: https://wiki.factorio.com/Mod_details_API

Please tell me what you think so I can include your feedback before marking it as stable and moving it to the /v2/ url prefix.

Re: [Public] Mod details API

Posted: Tue Jul 26, 2022 3:34 pm
by vinzenz
I've moved the mod details API to the v2 prefix and updated the API docs page.

Re: [Public] Mod details API

Posted: Thu Dec 08, 2022 2:59 am
by justarandomgeek
I finally got around to using this some and it's working great! The one thing i'd note is that it is currently impossible to *remove* a homepage or source_url from a mod that already has them, as they won't accept an emptystring as a valid value.

Re: [Public] Mod details API

Posted: Thu Dec 08, 2022 9:09 am
by vinzenz
justarandomgeek wrote:
Thu Dec 08, 2022 2:59 am
I finally got around to using this some and it's working great! The one thing i'd note is that it is currently impossible to *remove* a homepage or source_url from a mod that already has them, as they won't accept an emptystring as a valid value.
Thanks for the info, I'll look into it

Re: [Public] Mod details API

Posted: Tue Dec 20, 2022 9:26 am
by vinzenz
justarandomgeek wrote:
Thu Dec 08, 2022 2:59 am
I finally got around to using this some and it's working great! The one thing i'd note is that it is currently impossible to *remove* a homepage or source_url from a mod that already has them, as they won't accept an emptystring as a valid value.
fixed