-
Notifications
You must be signed in to change notification settings - Fork 3
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 method to create a resource #115
Conversation
@benjamingeer I added support for resource creation, update of a resource's metadata, and deletion. Do you want to generate JSON-LD test data as you did for the values? |
@benjamingeer I will adapt the specs to the test data, that should be easy. |
OK, will do. |
note to myself: understand JS number precision |
@benjamingeer I had to change "100000000000000.000000000000001" to 1.5 |
|
Yes, I saw his too (dasch-swiss/dsp-api#1549 (comment)). Yet another dependency ... |
Or you can just use |
I will look at this and try to figure something out. I remember that we had this problem in Scala too before using |
@benjamingeer I think I will create a separate issue to deal with precisions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK to me!
Let's start thinking about how to automatically generate some of this.
Add method to create a resource.