Created
April 23, 2016 17:18
-
-
Save benoror/d07cc51eef76a39e0b78b85d11b77258 to your computer and use it in GitHub Desktop.
adapters/application.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import DS from 'ember-data'; | |
export default DS.JSONAPIAdapter.extend({ | |
host: 'https://api.airtable.com', | |
namespace: 'v0/appL0nGiD3nT1f1c4t0r', | |
headers: { | |
'Accept': 'application/json', | |
'Authorization': 'Bearer ' + 'keyS3CR3T' | |
}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment