We're a group of makers shipping together. We help each other stay accountable and reach our goals.
👋 Join WIP to participate
This is what you're looking for: wip.co/api
Should be doable with the methods listed in the docs, in particular: wip.apidocumentation.com/api-…
See streak prop
streak
I've done this – but I used the graphQL api that is being deprecated and I'll need to replace it.
I love having widgets, mine just revalidates on a daily basis (when someone load the site):
https://api.wip.co/v1/users/me.json?api_key=wip_sk_FOOBAR
response["streak"]
Replace wip_sk_FOOBAR with an API key from wip.co/my/api_keys
wip_sk_FOOBAR
👋 Join WIP to participate
This is what you're looking for: wip.co/api
Should be doable with the methods listed in the docs, in particular: wip.apidocumentation.com/api-…
See
streakpropI've done this – but I used the graphQL api that is being deprecated and I'll need to replace it.
I love having widgets, mine just revalidates on a daily basis (when someone load the site):
https://api.wip.co/v1/users/me.json?api_key=wip_sk_FOOBARresponse["streak"]Replace
wip_sk_FOOBARwith an API key from wip.co/my/api_keys