Shapelink API
Node client for the Shapelink API.
Install
npm install shapelink
Usage
var Shapelink = Shapelink;var shapelink = "YOUR_API_KEY" "YOUR_SECRET" 'sv' true; shapelinkdiary;
Implemented methods
API V1
- auth.requireToken
- user.get
- user.getResources
- diary.getStrengthExercises
- diary.getDay
- statistic.getStrengthExerciseHistory
- challenge.getChallenge
- challenge.getResults
- challenge.getUserChallenges
API V2
- diarynotation
- workout (GET)
Feel free to submit a pull request if you implement other methods.