Module factorio_mod_api::api

source ·
Expand description

Data types used in the Mod Portal API.

Structs

A token that identifies a logged in user that needs to be passed to API calls that require login.
A mod as returned from the https://mods.factorio.com/api/mods/{name}/full endpoint.
A dependency specification between mods.
A mod as returned from the https://mods.factorio.com/api/mods endpoint (not yet implemented).
Partial contents of the info.json file that describes a mod. https://wiki.factorio.com/Tutorial:Mod_structure#info.json
Mod metadata shared between the three different API invocations.
A mod as returned from the https://mods.factorio.com/api/mods/{name} endpoint (not yet implemented). Also returned as part of the full request.
A tag object that categorizes a mod.

Enums

Response from the login endpoint.