Skip to content

Instantly share code, notes, and snippets.

@benoror
Created April 23, 2016 17:18
Show Gist options
  • Save benoror/d07cc51eef76a39e0b78b85d11b77258 to your computer and use it in GitHub Desktop.
Save benoror/d07cc51eef76a39e0b78b85d11b77258 to your computer and use it in GitHub Desktop.
adapters/application.js
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