aspirecloud/bruno/Core/Core Stability Check.bru
Chuck Adams 2d95a515df add commands to populate plugin/theme models (#77)
* feat: add spatie/laravel-web-tinker

* feat: add Theme::createFromSyncTheme

* feat: add Theme::updateFromSyncTheme

* chore: add files() relationship to SyncPlugin and SyncTheme

* feat: new command: db:themes:populate

* feat: db:populate:plugins command

* fix: add testing db config

* test: add bruno test for query_themes action

* fix: change 'any' route to get|post in api.php

* test: fix bruno tests, rm redundant ones in root

* build: add test-bruno makefile target
2024-10-29 14:04:33 -06:00

23 lines
341 B
Text

meta {
name: Core Stability Check
type: http
seq: 2
}
get {
url: {{API_URL}}/core/stable-check/:api_version
body: none
auth: none
}
params:path {
api_version: 1.0
}
headers {
Host: api.wordpress.org
User-Agent: WordPress/6.2.2; http://172.18.0.5
Accept: */*
Accept-Encoding: deflate, gzip
Connection: Keep-Alive
}