intecture-api 0.3.1

API component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool.
Documentation
# Intecture [![Build Status]https://travis-ci.org/intecture/api.svg?branch=master]https://travis-ci.org/intecture/api [![Coverage Status]https://coveralls.io/repos/github/Intecture/api/badge.svg?branch=master]https://coveralls.io/github/Intecture/api?branch=master [![Gitter]https://badges.gitter.im/Join\ Chat.svg](https://gitter.im/intecture/Lobby)

Intecture is a developer friendly, language agnostic configuration management tool for server systems.

* Extensible support for virtually any programming language
* Standard programming interface. No DSL. No magic.
* Rust API library (and bindings for popular languages)

You can find out more at [intecture.io](https://intecture.io).

## Installation

The best way to get up and running is by using the Intecture installer:

```
$ curl -sSf https://get.intecture.io/ | sh -s -- api
```

For other installation options and dependencies, see the [Intecture book](https://intecture.io/book/rust/ch05-02-01-reference-api-installation.html).

#### Uninstallation

```
$ curl -sSf https://get.intecture.io/ | sh -s -- -u api
```

## Contributing

Dude! Awesome. Have a look at [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.

## Support

- For any bugs, feature requests etc., please ticket them on GitHub.
- You can ask questions and chat on our [Gitter channel]https://gitter.im/intecture/Lobby.
- For enterprise support and consulting, please email <mailto:support@intecture.io>.