forked from addonscript/addonscript-spec
18 lines
No EOL
278 B
Markdown
18 lines
No EOL
278 B
Markdown
# Repository Object
|
|
|
|
```json
|
|
{
|
|
"id": "asrepo",
|
|
"url": "https://api.addonscript.net"
|
|
}
|
|
```
|
|
|
|
## Required properties
|
|
|
|
### id
|
|
|
|
This is the ID of the repository. It has to be unique to the AddonScript file.
|
|
|
|
### url
|
|
|
|
This is the base URL of an [AddonScript API](../api) instance. |