README.md in puppet-resource_api-1.4.2 vs README.md in puppet-resource_api-1.5.0
- old
+ new
@@ -177,10 +177,14 @@
### Further Reading
The [Resource API](https://github.com/puppetlabs/puppet-specifications/blob/master/language/resource-api/README.md) describes details of all the capabilities of this gem.
+The [hue_rsapi module](https://github.com/da-ar/hue_rsapi) is a very simple example for using the Resource API for remote resources.
+
+The [meraki module](https://github.com/meraki/puppet-module) is a full example for using the Resource API for remote resources.
+
This [Introduction to Testing Puppet Modules](https://www.netways.de/index.php?id=3445#c44135) talk describes rspec usage in more detail.
The [RSpec docs](https://relishapp.com/rspec) provide an overview of the capabilities of rspec.
Read [betterspecs](http://www.betterspecs.org/) for general guidelines on what is considered good specs.
@@ -213,10 +217,9 @@
Restrictions of puppet:
* `supports_noop` is not effective, as puppet doesn't call into the type under noop at all.
* Attributes cannot be called `title`, `provider`, or any of the [metaparameters](https://puppet.com/docs/puppet/5.5/metaparameter.html), as those are reserved by puppet itself.
Future possibilities:
-* [Composite Namevars](https://tickets.puppetlabs.com/browse/PDK-531)
* [Multiple Providers](https://tickets.puppetlabs.com/browse/PDK-530)
* [Commands API](https://tickets.puppetlabs.com/browse/PDK-847)
## Development