-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HOST to API blueprint from API_DOMAIN #17
Comments
Will take a look! Thanks. |
+1 |
Something like this? |
Another Apiary user here who would very much have use for this. +1 |
+1 |
1 similar comment
+1 |
btw... to make this working with aglio the keyword |
okay, don´t know how the author wants to solve this, but here´s another simple merge: #51 |
for those who wait for a fix.. you can add in your "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.
The text was updated successfully, but these errors were encountered: