Open danielfpferreira opened 9 years ago
Will take a look! Thanks.
+1
Something like this? https://github.com/KonnectIT/blueprint/commit/062b8040b3e3d00d8b37d994440e91b9e50691de I needed it for compatibility for swagger with this package https://github.com/kminami/apib2swagger
Another Apiary user here who would very much have use for this.
+1
+1
+1
btw... to make this working with aglio the keyword Host
has to be written HOST
(in uppercase)
okay, don´t know how the author wants to solve this, but here´s another simple merge: https://github.com/dingo/blueprint/pull/51
for those who wait for a fix.. you can add in your composer.json
"require": {
"michabbb/blueprint": "dev-master",
},
"repositories": [
{
"type":"package",
"package": {
"name": "michabbb/blueprint",
"version":"master",
"source": {
"url": "https://github.com/michabbb/blueprint.git",
"type": "git",
"reference":"master"
}
}
}
]
"scripts": {
"post-update-cmd": [
"cp vendor/michabbb/blueprint/* vendor/dingo/blueprint/ -R"
]
},
i know i know... super ugly... but till the hostname is added, it works....
+1
any update ?
For apiary.io console tests it is required to fill the HOST variable with the API URL As this is already defined in API_DOMAIN I think it would be useful for everyone using the doc feature
Thank you.