FokkeZB / zapier-tidepool

Unofficial Tidepool integration for Zapier
0 stars 0 forks source link

Sweep: Add write action to upload data to the Tidepool API #3

Open FokkeZB opened 1 year ago

FokkeZB commented 1 year ago

See https://tidepool.stoplight.io/docs/tidepool-api/46472565b60f4-uploading-data-in-a-normal-session-normal for the documentation.

FokkeZB commented 1 year ago

You can find documentation on Zapier integrations at https://platform.zapier.com/cli_docs/docs.

sweep-ai[bot] commented 1 year ago

Hey @FokkeZB,

I've started working on this PR. The plan is to create a new action for uploading data to the Tidepool API. This will involve creating a new file to handle this action and modifying the authentication and types files to support this new functionality.

Give me a minute!

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/triggers/data.ts#L63-L84 https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/triggers/user.ts#L1-L31 https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/data/samples.ts#L69-L145 https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/data/types.ts#L1-L156 https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/authentication.ts#L50-L139

I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!

sweep-ai[bot] commented 1 year ago

Hey @FokkeZB,

I've started working on the PR for the write action to upload data to the Tidepool API. The plan is to create a new action in our Zapier integration that will handle the data upload. This action will make a POST request to the Tidepool API with the data to be uploaded. I'll also add this new action to the list of actions in our Zapier integration.

Give me a minute!

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/index.ts#L1-L20 https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/authentication.ts#L1-L139 https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/triggers/data.ts#L1-L84 https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/data/samples.ts#L69-L91 https://github.com/FokkeZB/zapier-tidepool/blob/93dc93acd72e97abdbc6c7822b361cb028fb4846/src/triggers/user.ts#L1-L31

I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!