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

Minimum data definition #12

Open
diberry opened this issue Jun 23, 2022 · 0 comments
Open

Minimum data definition #12

diberry opened this issue Jun 23, 2022 · 0 comments

Comments

@diberry
Copy link

diberry commented Jun 23, 2022

It would be great to add the minimal data object:

{
    order: 123,              //number
    title: "Buy milk",      //string
    completed: true,       //boolean
}

I see the following fields in some of the backend API variations and not sure if they just aren't in tests in this project or if they are 1-offs of that particular version:

{
Id: 1, // number
Url: "",//string
}
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

No branches or pull requests

1 participant