Created
February 19, 2020 09:45
-
-
Save raynoppe/995574cc532b3fdfe2205d63bd79261d to your computer and use it in GitHub Desktop.
DNE api queries
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
// all queries require the auth token to be sent | |
// get all parent goals | |
const parentgoals = this.axiosget("/goals/parents"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment