This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Table of Contents
Ahmed Castro edited this page Sep 22, 2018
·
12 revisions
- Home
- Getting Started: Setup mod.io SDK into your game or modding tool.
-
SDK Methods:
- Initialization and process: Initialize the SDK before accessing the functionality.
- User Authentication: Login using our simple email authentication flow.
- Mods: Browse, Download, create, update and delete mods.
- Modfiles: Upload and edit modfiles.
- Media: Upload, edit and download images and media in mod.io.
- Subscriptions: Subscribe to mods to automatically install them.
- Events: Query and listen to game and mod events.
- Stats: Retrieve mod stats.
- Tags: Manage mod's tags.
- Ratings: Add ratings for mods.
- Metadata KVP: Manage metadata key value pairs for mods.
- Dependencies: Manage mod's soft dependencies.
- Comments: Get and delete comments.
- Reports: Report content violating the terms of use.
- Me: Query games and mods related to the authenticated user.
- Downloads: Install, uninstall and manage the mod download queue.
- Uploads: Upload and manage the mod upload queue.
- Creators: Customizables that help us creating filters and objects.
- Editors: Customizables that help us editing objects.
-
Schemas: List of all C++ classes representing mod.io schemas.
- modio::Avatar
- modio::Comment
- modio::Dependency
- modio::Download
- modio::Error
- modio::Event
- modio::Filehash
- modio::Game
- modio::GameTagOption
- modio::Header
- modio::Icon
- modio::Image
- modio::InstalledMod
- modio::Logo
- modio::Media
- modio::MetadataKVP
- modio::Mod
- modio::Modfile
- modio::QueuedModDownload
- modio::QueuedModfileUpload
- modio::Rating
- modio::Response
- modio::Stats
- modio::Tag
- modio::User
- Constants: Learn about the constant definitions values expected as parameters or returned by the SDK.
-
C Compatibility: The mod.io SDK has multilanguage support using the C interface.
-
Methods:
- Initialization, Process and Shutdown (C compatible)
- User Authentication (C compatible)
- Mods (C compatible)
- Modfiles (C compatible)
- Images and Media (C compatible)
- Subscriptions (C compatible)
- Events (C compatible)
- Stats (C compatible)
- Tags (C compatible)
- Ratings (C compatible)
- Metadata KVP (C compatible)
- Dependencies (C compatible)
- Comments (C compatible)
- Reports (C compatible)
- Me (C compatible)
- Downloads (C compatible)
- Uploads (C compatible)
- Logs (C compatible)
- Creators: Customizables that help us creating filters and objects.
- Editors: Customizables that help us editing objects.
-
Schemas: List of all C structs representing mod.io schemas.
- ModioAvatar
- ModioComment
- ModioDependency
- ModioDownload
- ModioError
- ModioEvent
- ModioFilehash
- ModioGame
- ModioGameTagOption
- ModioHeader
- ModioIcon
- ModioImage
- ModioInstalledMod
- ModioListNode
- ModioLogo
- ModioMedia
- ModioMetadataKVP
- ModioMod
- ModioModfile
- ModioQueuedModDownload
- ModioQueuedModUpload
- ModioRating
- ModioResponse
- ModioStats
- ModioTag
- ModioUser
-
Methods:
- Building: Learn how to build mod.io dynamic libraries in different platforms.
- Home
- Table of Contents
- Getting Started
- SDK Methods
- Creators
- Editors
- Schemas
- modio::Avatar
- modio::Comment
- modio::Dependency
- modio::Download
- modio::Error
- modio::Filehash
- modio::Game
- modio::GameTagOption
- modio::Header
- modio::Icon
- modio::Image
- modio::InstalledMod
- modio::Logo
- modio::Media
- modio::MetadataKVP
- modio::Mod
- modio::ModEvent
- modio::Modfile
- modio::QueuedModDownload
- modio::QueuedModfileUpload
- modio::Rating
- modio::Response
- modio::Stats
- modio::Tag
- modio::User
- Debugging
- Constants
-
C Compatibility
- Methods
- Initialization, Process and Shutdown (C compatible)
- User Authentication (C compatible)
- Mods (C compatible)
- Modfiles (C compatible)
- Media (C compatible)
- Subscriptions (C compatible)
- Events (C compatible)
- Stats (C compatible)
- Tags (C compatible)
- Ratings (C compatible)
- Metadata KVP (C compatible)
- Dependencies (C compatible)
- Comments (C compatible)
- Reports (C compatible)
- Me (C compatible)
- Downloads (C compatible)
- Uploads (C compatible)
- Logs (C compatible)
- External Auth (C compatible)
- Configuration (C compatible)
- Creators
- Editors
- Schemas
- ModioAvatar
- ModioComment
- ModioDependency
- ModioDownload
- ModioError
- ModioFilehash
- ModioGame
- ModioGameTagOption
- ModioHeader
- ModioIcon
- ModioImage
- ModioInstalledMod
- ModioListNode
- ModioLogo
- ModioMedia
- ModioMetadataKVP
- ModioMod
- ModioModEvent
- ModioModfile
- ModioQueuedModDownload
- ModioQueuedModfileUpload
- ModioRating
- ModioResponse
- ModioStats
- ModioTag
- ModioUser
- Methods
- Building