Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial data wish impl #56

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Add initial data wish impl #56

wants to merge 3 commits into from

Conversation

cwervo
Copy link
Collaborator

@cwervo cwervo commented Jul 21, 2023

This adds a Wish for pulling data in from a website. On first read it stores data as a file & subsequent reads will reference the file.

Not sure this is the best form factor for this, feedback welcome!

set website https://cwervo-exampleData.express.val.run

When $this has data /data/ from $website {
  Wish $this is labelled $data
}

Wish $this is outlined white

@osnr
Copy link
Collaborator

osnr commented Jul 21, 2023

Can you use a When when to implement this, so you don't need the Wish?

When $website has data /data/ {
  Wish $this is labelled $data
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants