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.
The Requester is the first object you have to create, you can find it in the Create sub-menus
Setup
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