-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:roadiz/core-bundle-dev-app into …
…feature/test_frankenphp
- Loading branch information
Showing
129 changed files
with
1,973 additions
and
1,139 deletions.
There are no files selected for viewing
90 changes: 90 additions & 0 deletions
90
...diz development app/Article/Retrieve all Article ressources archives months and years.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
meta { | ||
name: Retrieve all Article ressources archives months and years | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/articles/archives | ||
body: none | ||
auth: bearer | ||
} | ||
|
||
params:query { | ||
~page: | ||
~itemsPerPage: | ||
~properties[]: | ||
~order[unpublishedAt]: | ||
~order[publishedAt]: | ||
~unpublishedAt[before]: | ||
~unpublishedAt[strictly_before]: | ||
~unpublishedAt[after]: | ||
~unpublishedAt[strictly_after]: | ||
~publishedAt[before]: | ||
~publishedAt[strictly_before]: | ||
~publishedAt[after]: | ||
~publishedAt[strictly_after]: | ||
~title: | ||
~metaTitle: | ||
~metaDescription: | ||
~publishedAt[archive]: | ||
~noIndex: | ||
~_locale: | ||
~node.id: | ||
~node.id[]: | ||
~node.nodeName: | ||
~node.nodeName[]: | ||
~node.parent: | ||
~node.parent[]: | ||
~node.parent.nodeName: | ||
~node.parent.nodeName[]: | ||
~node.nodesTags.tag: | ||
~node.nodesTags.tag[]: | ||
~node.nodesTags.tag.tagName: | ||
~node.nodesTags.tag.tagName[]: | ||
~node.nodeType: | ||
~node.nodeType[]: | ||
~node.nodeType.name: | ||
~node.nodeType.name[]: | ||
~translation.id: | ||
~translation.id[]: | ||
~translation.locale: | ||
~translation.locale[]: | ||
~node.createdAt[before]: | ||
~node.createdAt[strictly_before]: | ||
~node.createdAt[after]: | ||
~node.createdAt[strictly_after]: | ||
~node.updatedAt[before]: | ||
~node.updatedAt[strictly_before]: | ||
~node.updatedAt[after]: | ||
~node.updatedAt[strictly_after]: | ||
~order[node.position]: | ||
~order[node.createdAt]: | ||
~order[node.updatedAt]: | ||
~node.visible: | ||
~node.home: | ||
~node.nodeType.reachable: | ||
~node.nodeType.publishable: | ||
~node.position: | ||
~node.position[]: | ||
~node.position[between]: | ||
~node.position[gt]: | ||
~node.position[gte]: | ||
~node.position[lt]: | ||
~node.position[lte]: | ||
~not[node.nodeType.name]: | ||
~not[node.nodeType.name][]: | ||
~not[node.id]: | ||
~not[node.id][]: | ||
~not[node.nodesTags.tag.tagName]: | ||
~not[node.nodesTags.tag.tagName][]: | ||
~intersect[node.nodesTags.tag]: | ||
~intersect[node.nodesTags.tag][]: | ||
~intersect[node.nodesTags.tag.tagName]: | ||
~intersect[node.nodesTags.tag.tagName][]: | ||
~_preview: | ||
} | ||
|
||
auth:bearer { | ||
token: {{token}} | ||
} |
12 changes: 8 additions & 4 deletions
12
...t app/api/articles/Get single article.bru → ...Article/Retrieves a Article resource-.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
meta { | ||
name: Get single article | ||
name: Retrieves a Article resource- | ||
type: http | ||
seq: 3 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/articles/:id | ||
body: none | ||
auth: none | ||
auth: bearer | ||
} | ||
|
||
params:query { | ||
~_preview: 1 | ||
~_preview: | ||
} | ||
|
||
params:path { | ||
id: 1019 | ||
id: | ||
} | ||
|
||
auth:bearer { | ||
token: {{token}} | ||
} |
90 changes: 90 additions & 0 deletions
90
bruno/Roadiz development app/Article/Retrieves the collection of Article resources-.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
meta { | ||
name: Retrieves the collection of Article resources- | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/articles | ||
body: none | ||
auth: bearer | ||
} | ||
|
||
params:query { | ||
~page: | ||
~itemsPerPage: | ||
~properties[]: | ||
~order[unpublishedAt]: | ||
~order[publishedAt]: | ||
~unpublishedAt[before]: | ||
~unpublishedAt[strictly_before]: | ||
~unpublishedAt[after]: | ||
~unpublishedAt[strictly_after]: | ||
~publishedAt[before]: | ||
~publishedAt[strictly_before]: | ||
~publishedAt[after]: | ||
~publishedAt[strictly_after]: | ||
~title: | ||
~metaTitle: | ||
~metaDescription: | ||
~publishedAt[archive]: | ||
~noIndex: | ||
~_locale: | ||
~node.id: | ||
~node.id[]: | ||
~node.nodeName: | ||
~node.nodeName[]: | ||
~node.parent: | ||
~node.parent[]: | ||
~node.parent.nodeName: | ||
~node.parent.nodeName[]: | ||
~node.nodesTags.tag: | ||
~node.nodesTags.tag[]: | ||
~node.nodesTags.tag.tagName: | ||
~node.nodesTags.tag.tagName[]: | ||
~node.nodeType: | ||
~node.nodeType[]: | ||
~node.nodeType.name: | ||
~node.nodeType.name[]: | ||
~translation.id: | ||
~translation.id[]: | ||
~translation.locale: | ||
~translation.locale[]: | ||
~node.createdAt[before]: | ||
~node.createdAt[strictly_before]: | ||
~node.createdAt[after]: | ||
~node.createdAt[strictly_after]: | ||
~node.updatedAt[before]: | ||
~node.updatedAt[strictly_before]: | ||
~node.updatedAt[after]: | ||
~node.updatedAt[strictly_after]: | ||
~order[node.position]: | ||
~order[node.createdAt]: | ||
~order[node.updatedAt]: | ||
~node.visible: | ||
~node.home: | ||
~node.nodeType.reachable: | ||
~node.nodeType.publishable: | ||
~node.position: | ||
~node.position[]: | ||
~node.position[between]: | ||
~node.position[gt]: | ||
~node.position[gte]: | ||
~node.position[lt]: | ||
~node.position[lte]: | ||
~not[node.nodeType.name]: | ||
~not[node.nodeType.name][]: | ||
~not[node.id]: | ||
~not[node.id][]: | ||
~not[node.nodesTags.tag.tagName]: | ||
~not[node.nodesTags.tag.tagName][]: | ||
~intersect[node.nodesTags.tag]: | ||
~intersect[node.nodesTags.tag][]: | ||
~intersect[node.nodesTags.tag.tagName]: | ||
~intersect[node.nodesTags.tag.tagName][]: | ||
~_preview: | ||
} | ||
|
||
auth:bearer { | ||
token: {{token}} | ||
} |
23 changes: 23 additions & 0 deletions
23
bruno/Roadiz development app/ArticleContainer/Retrieves a ArticleContainer resource-.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
meta { | ||
name: Retrieves a ArticleContainer resource- | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/article_containers/:id | ||
body: none | ||
auth: bearer | ||
} | ||
|
||
params:query { | ||
~_preview: | ||
} | ||
|
||
params:path { | ||
id: | ||
} | ||
|
||
auth:bearer { | ||
token: {{token}} | ||
} |
85 changes: 85 additions & 0 deletions
85
...elopment app/ArticleContainer/Retrieves the collection of ArticleContainer resources-.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
meta { | ||
name: Retrieves the collection of ArticleContainer resources- | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/article_containers | ||
body: none | ||
auth: bearer | ||
} | ||
|
||
params:query { | ||
~page: | ||
~itemsPerPage: | ||
~properties[]: | ||
~title: | ||
~metaTitle: | ||
~metaDescription: | ||
~publishedAt[before]: | ||
~publishedAt[strictly_before]: | ||
~publishedAt[after]: | ||
~publishedAt[strictly_after]: | ||
~order[publishedAt]: | ||
~publishedAt[archive]: | ||
~noIndex: | ||
~_locale: | ||
~node.id: | ||
~node.id[]: | ||
~node.nodeName: | ||
~node.nodeName[]: | ||
~node.parent: | ||
~node.parent[]: | ||
~node.parent.nodeName: | ||
~node.parent.nodeName[]: | ||
~node.nodesTags.tag: | ||
~node.nodesTags.tag[]: | ||
~node.nodesTags.tag.tagName: | ||
~node.nodesTags.tag.tagName[]: | ||
~node.nodeType: | ||
~node.nodeType[]: | ||
~node.nodeType.name: | ||
~node.nodeType.name[]: | ||
~translation.id: | ||
~translation.id[]: | ||
~translation.locale: | ||
~translation.locale[]: | ||
~node.createdAt[before]: | ||
~node.createdAt[strictly_before]: | ||
~node.createdAt[after]: | ||
~node.createdAt[strictly_after]: | ||
~node.updatedAt[before]: | ||
~node.updatedAt[strictly_before]: | ||
~node.updatedAt[after]: | ||
~node.updatedAt[strictly_after]: | ||
~order[node.position]: | ||
~order[node.createdAt]: | ||
~order[node.updatedAt]: | ||
~node.visible: | ||
~node.home: | ||
~node.nodeType.reachable: | ||
~node.nodeType.publishable: | ||
~node.position: | ||
~node.position[]: | ||
~node.position[between]: | ||
~node.position[gt]: | ||
~node.position[gte]: | ||
~node.position[lt]: | ||
~node.position[lte]: | ||
~not[node.nodeType.name]: | ||
~not[node.nodeType.name][]: | ||
~not[node.id]: | ||
~not[node.id][]: | ||
~not[node.nodesTags.tag.tagName]: | ||
~not[node.nodesTags.tag.tagName][]: | ||
~intersect[node.nodesTags.tag]: | ||
~intersect[node.nodesTags.tag][]: | ||
~intersect[node.nodesTags.tag.tagName]: | ||
~intersect[node.nodesTags.tag.tagName][]: | ||
~_preview: | ||
} | ||
|
||
auth:bearer { | ||
token: {{token}} | ||
} |
23 changes: 23 additions & 0 deletions
23
bruno/Roadiz development app/ArticleFeedBlock/Retrieves a ArticleFeedBlock resource-.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
meta { | ||
name: Retrieves a ArticleFeedBlock resource- | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/article_feed_blocks/:id | ||
body: none | ||
auth: bearer | ||
} | ||
|
||
params:query { | ||
~_preview: | ||
} | ||
|
||
params:path { | ||
id: | ||
} | ||
|
||
auth:bearer { | ||
token: {{token}} | ||
} |
23 changes: 23 additions & 0 deletions
23
bruno/Roadiz development app/AttributeValue/Retrieves a AttributeValue resource-.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
meta { | ||
name: Retrieves a AttributeValue resource- | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/attribute_values/:id | ||
body: none | ||
auth: bearer | ||
} | ||
|
||
params:query { | ||
~_preview: | ||
} | ||
|
||
params:path { | ||
id: | ||
} | ||
|
||
auth:bearer { | ||
token: {{token}} | ||
} |
Oops, something went wrong.