Expand description
Data types used in the Mod Portal API.
Structs§
- ApiToken
- A token that identifies a logged in user that needs to be passed to API calls that require login.
- Full
ModSpec - A mod as returned from the
https://mods.factorio.com/api/mods/{name}/full
endpoint. - ModDependency
- A dependency specification between mods.
- ModImage
- ModLicense
- ModListing
- A mod as returned from the
https://mods.factorio.com/api/mods
endpoint (not yet implemented). - ModManifest
- Partial contents of the
info.json
file that describes a mod. https://wiki.factorio.com/Tutorial:Mod_structure#info.json - ModMetadata
- Mod metadata shared between the three different API invocations.
- ModRelease
- ModSpec
- 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. - ModTag
- A tag object that categorizes a mod.
Enums§
- Login
Response - Response from the
login
endpoint. - ModDependency
Flavor