README.md in zabbix-api-simple-0.1.5 vs README.md in zabbix-api-simple-0.1.6
- old
+ new
@@ -34,10 +34,12 @@
Once you have an authenticated instance of the client, syntax is basically always this:
`clientinstance.object.verb(<param kv pairs>)`
+
+
If "object" is unknown, "Unknown zabbix object given" will be raised.
If this call results in an error from the API, a RuntimeError will be raised indicating the specifics.
Complete detail about the last transaction you attempted is available via `clientinstance.last`
@@ -104,14 +106,8 @@
It attempts to authenticate you to the given server, and then drops you to a pry prompt. You can play around with the api in that by doing `api.object.verb(key: 'value pairs')`
Refer to the API documentation for your version of Zabbix for the particulars.
-## Development
-
-After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
-
-To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
-
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/zabbix-api.
+Bug reports and pull requests are welcome on GitLab at https://gitlab.com/svdasein/zabbix-api