Skip to content
Snippets Groups Projects

Solid resource update 3.2

Merged Antoine Dupré requested to merge solid-resource into master
1 file
+ 7
6
Compare changes
  • Side-by-side
  • Inline
+ 7
6
@@ -525,12 +525,13 @@ Module declaration, on `config.json`:
@@ -525,12 +525,13 @@ Module declaration, on `config.json`:
{
{
"type": "resources",
"type": "resources",
"endpoints": {
"endpoints": {
"get": "http://server.url/resources/",
"get": "https://api.test4.startinblox.com/resources/",
"post": "http://server.url/resources/",
"post": "https://api.test4.startinblox.com/resources/",
"types": "http://server.url/keywords/",
"types": "https://api.test4.startinblox.com/types/",
"keywords": "http://server.url/types/",
"keywords": "https://api.test4.startinblox.com/keywords/",
"postTypes": "http://server.url/keywords/",
"postTypes": "https://api.test4.startinblox.com/types/",
"postKeywords": "http://server.url/types/"
"postKeywords": "https://api.test4.startinblox.com/keywords/",
 
"uploads": "https://api.test4.startinblox.com/upload/"
}
}
}
}
```
```
Loading