C Compatibility - modio/modio-sdk-legacy GitHub Wiki
In adition to the C++ interface, mod.io offers a low level C compatible interface in case you want to integrate it with other language other that C++.
- Methods:
- Initialization, Process and Shutdown (C compatible): Initialize the SDK before accessing the functionality.
- User Authentication (C compatible): Login using our simple email authentication flow.
- Mods (C compatible): Browse, Download, create, update and delete mods.
- Modfiles (C compatible): Download, upload and edit modfiles.
- Images and Media (C compatible): Download images from mod.io.
- Tags (C compatible): Manage mod's tags.
- Logs (C compatible): Setup the debug level.
- Creators: Customizables that help us creating filters and objects.
- Editors: Customizables that help us editing objects.
- Data Structures: List of all C structs representing mod.io schemas.