Skip to content
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

readSnippets method is missing #172

Closed
nullvariable opened this issue Dec 4, 2019 · 1 comment · Fixed by #173
Closed

readSnippets method is missing #172

nullvariable opened this issue Dec 4, 2019 · 1 comment · Fixed by #173
Labels
bug Something isn't working enhancement New feature or request released

Comments

@nullvariable
Copy link

Description
createSnippet and updateSnippet methods exist, but there is no method for reading existing snippets

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

@nullvariable nullvariable added the bug Something isn't working label Dec 4, 2019
@trieloff trieloff added the enhancement New feature or request label Dec 9, 2019
trieloff added a commit that referenced this issue Dec 17, 2019
trieloff pushed a commit that referenced this issue Dec 17, 2019
# [1.15.0](v1.14.2...v1.15.0) (2019-12-17)

### Features

* **snippets:** add readSnippets method ([9550a14](9550a14)), closes [#172](#172)
@trieloff
Copy link

🎉 This issue has been resolved in version 1.15.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants