aronbalog / Vox

Swift JSON:API client framework
http://jsonapi.org
MIT License
46 stars 19 forks source link

Documentation is incomplete #2

Closed tarslangil closed 6 years ago

tarslangil commented 6 years ago

Hello,

Thanks for the library.

let dataSource = DataSource(strategy: .path("/"), client: client)

I'm trying to create a request but i still can't find what the "client" must be?The documentation is incomplete and can't find any information about it.

Best,

aronbalog commented 6 years ago

@tarslangil Thanks for reporting. Docs are updated along with minor interface changes. Alamofire support is also added. Please check this link.