mirror of
https://gh.wpcy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-06-20 02:22:28 +08:00
* feat: use laravel-data for theme query requests * test: add bruno test for all fields for 100-bytes * refactor: replace ApiResultsResponse with specialized response class
16 lines
257 B
Text
16 lines
257 B
Text
meta {
|
|
name: Theme Info for 100-bytes
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{API_URL}}/themes/info/1.2/?action=theme_information&request[slug]=100-bytes
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:query {
|
|
action: theme_information
|
|
request[slug]: 100-bytes
|
|
}
|