Skip to content
Coda Sync for Unity
Share
Explore
Documentation

icon picker
The requester

The Requester is a ScriptableObject that will do all the requests things to the CodaAPI.
It uses your account API Key, so every Requester is personal. Don’t worry your API key is hidden.
See how to
The Requester is the first object you have to create, you can find it in the Create sub-menus
image.png

Setup

image.png
The Requester have only 2 fields :
API Base Path : the base URL to which requests are made. It should not be modified
API key : where you should put your , it will allow to access your documents

In most use cases, you will only need one importer for your project. But some team or project might require to have different people working on different docs, with each one having access to different docs they want to sync, and only them have the rights to access and edit these docs... For these more complex cases, you can create several requesters...
If everything is correctly setup you should not have any error when you click “Test connection
The requester can now be use with and

👉 Next :

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.