Skip to content

Instantly share code, notes, and snippets.

@dasmido
Created March 21, 2018 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasmido/0c151a0f737d083b20e895bf86d98018 to your computer and use it in GitHub Desktop.
Save dasmido/0c151a0f737d083b20e895bf86d98018 to your computer and use it in GitHub Desktop.
NewsApi-JSON
//
// Constants.swift
// AlamofireJSON
//
// Created by Mohammed Jamal on 3/21/18.
// Copyright © 2018 Mohammed Jamal. All rights reserved.
//
import Foundation
let BASE_URL = "https://newsapi.org/v2/top-headlines?country=us&category=business&apiKey=a6b567aecb2746af8375f384c0580204"
typealias DownloadComplete = () ->()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment