Skip to content

Conversation

@Doczillar
Copy link
Contributor

Types of changes

  • [x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • [x ] I have read the CONTRIBUTING document
  • [ x] My code follows the code style of this project (hint: install an xo editor plugin)
  • [ x] Any required documentation has been added
  • [ x] I have added tests to cover my changes

@Doczillar Doczillar requested review from bflorian, erodewald and john-u and removed request for erodewald November 3, 2021 15:13
README.md Outdated

SDK that wraps the SmartThings REST API and reduces the amount of code necessary to write a SmartApp app. It supports
both webhook and AWS Lambda implementations. This is a preview version of the API and will change over time time.
Looking for reference documentation? Find it [here](docs/index.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been trying to avoid "here" or "click here" links. Is there some new thing that makes them ok again?

https://webaccess.berkeley.edu/ask-pecan/click-here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about we phrase it something like this:

For a detailed look at the API, see the reference documentation.

README.md Outdated
* _Axios is now used rather than request-promise-native for making HTTP calls, resulting in changes to the error
>**Version 2.0 Release**
>
>This is a preview version of the API and will change over time.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this makes sense anymore. Maybe @bflorian can comment. Also, it's a little odd to mix it in with the version 2.0 information, to which is is unrelated.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just remove this line about the SDK being a preview version.

README.md Outdated
* _Axios is now used rather than request-promise-native for making HTTP calls, resulting in changes to the error
>**Version 2.0 Release**
>
>This is a preview version of the API and will change over time.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just remove this line about the SDK being a preview version.

README.md Outdated

SDK that wraps the SmartThings REST API and reduces the amount of code necessary to write a SmartApp app. It supports
both webhook and AWS Lambda implementations. This is a preview version of the API and will change over time time.
Looking for reference documentation? Find it [here](docs/index.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about we phrase it something like this:

For a detailed look at the API, see the reference documentation.

README.md Outdated
>This is a preview version of the API and will change over time.
>
>*This major release is not completely backwardly compatible with version 1.X*, though for most SmartApps the changes required should be relatively minor. The major non-backwards compatible changes include:
>* _Methods that return lists now return arrays rather that an object with the properties `items` and `_links`._
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather that an object instead of objects

README.md Outdated
>See the [Version 2.0.0 release notes](docs/V2_RELEASE_NOTES.md) for more information.
_See the [Version 2.0.0 release notes](docs/V2_RELEASE_NOTES.md) for more information._
This SDK includes a set of NodeJS libraries for building Webhook and AWS Lambda SmartApps, and interacting with the public SmartThings API.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A nit, but Node.js is a more popular way of writing it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revised, thanks for catching that.

@Doczillar Doczillar requested review from john-u and rossiam November 12, 2021 18:58
@Doczillar Doczillar merged commit 37fdf3b into SmartThingsCommunity:master Nov 16, 2021
@Doczillar Doczillar deleted the documentation-updates branch November 16, 2021 19:09
@smartthingspi
Copy link
Contributor

🎉 This PR is included in version 2.6.1 🎉

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants