Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pffan91/89d700b0bbdf117b5bcaffc34310d8a0 to your computer and use it in GitHub Desktop.
Save pffan91/89d700b0bbdf117b5bcaffc34310d8a0 to your computer and use it in GitHub Desktop.
NetworkLayerWithMoya_sendRequestViaAdapter
// Created by Vladyslav Semenchenko on 15/05/2017.
// Copyright © 2017 Vladyslav Semenchenko. All rights reserved.
NetworkAdapter.request(target: .cameras, success: { (response) in
// parse your data
}, error: { (error) in
// show error from server
}, failure: { (error) in
// show Moya error
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment