We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description createSnippet and updateSnippet methods exist, but there is no method for reading existing snippets
createSnippet
updateSnippet
To Reproduce
const api = fastly(key, service); const snippets = await api.readSnippets(version);
Expected behavior return the value of the Fastly /service/<service_id>/version/<version>/snippet endpoint
/service/<service_id>/version/<version>/snippet
The text was updated successfully, but these errors were encountered:
feat(snippets): add readSnippets method
9550a14
fixes #172
chore(release): 1.15.0 [skip ci]
b86f1a5
# [1.15.0](v1.14.2...v1.15.0) (2019-12-17) ### Features * **snippets:** add readSnippets method ([9550a14](9550a14)), closes [#172](#172)
🎉 This issue has been resolved in version 1.15.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
createSnippet
andupdateSnippet
methods exist, but there is no method for reading existing snippetsTo Reproduce
Expected behavior
return the value of the Fastly
/service/<service_id>/version/<version>/snippet
endpointThe text was updated successfully, but these errors were encountered: