fractal-api 0.0.3

Fractal Global Credits API client library
Documentation
# Fractal Global Credits DTO objects
[![Build Status](https://travis-ci.org/FractalGlobal/dto-rs.svg?branch=master)](https://travis-ci.org/FractalGlobal/dto-rs) [![Build status](https://ci.appveyor.com/api/projects/status/toyjw751q9rqhvjl?svg=true)](https://ci.appveyor.com/project/Razican/dto-rs) [![Coverage Status](https://coveralls.io/repos/github/FractalGlobal/dto-rs/badge.svg?branch=master)](https://coveralls.io/github/FractalGlobal/dto-rs?branch=master) [![Crates.io](https://meritbadge.herokuapp.com/fractal-dto)](https://crates.io/crates/fractal-dto)

[Documentation] (http://fractal.global/dto-rs)

This library gives the DTO objects to transport data from and to the Fractal Global Credits API. It
contains all the needed objects to perform all operations. Each of them is explained in its own
documentation and can be easily used by third parties.

Using it is as simple as including this in the crate:
```rust
extern crate fractal_dto;
```

## License ##

This library is distributed under the terms of both the MIT license and the Apache License (Version
2.0). See LICENSE-APACHE, and LICENSE-MIT for details.