From d0c99b4a422c2f8a370b37a3079a919444981e62 Mon Sep 17 00:00:00 2001 From: Kai Armstrong Date: Tue, 5 Mar 2013 20:00:39 -0600 Subject: [PATCH] Adds support for Records --- config/rk-api.sample.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/rk-api.sample.yml b/config/rk-api.sample.yml index 53e0a57..cf32484 100644 --- a/config/rk-api.sample.yml +++ b/config/rk-api.sample.yml @@ -941,3 +941,12 @@ Interfaces: post_to_facebook: {name: post_to_facebook, type: boolean, editable: true} post_to_twitter: {name: post_to_twitter, type: boolean, editable: true} + Records: + Name: Records + Media_Type: application/vnd.com.runkeeper.Records+json + Read: + Method: GET + Url: /records + Fields: + activity_type: {name: activity_type, type: string, editable: false} + stats: {name: stats, type: array, editable: false}