Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. curl -X POST -H "X-Parse-Application-Id: myAppId" -H "Content-Type: application/json" -d '{}' https://xxxx.herokuapp.com/parse/functions/upsert
  2.  
  3. import Parse from 'parse/react-native';
  4. Parse.initialize('myAppId');
  5. Parse.serverURL = 'https://xxxx.herokuapp.com/parse/';
  6.  
  7. https://xxxx.herokuapp.com
  8. https://xxxx.herokuapp.com/parse
  9. xxxx.herokuapp.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement