You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Crete two ephemerals "/mydata/eph1" and "/mydata/eph2":
PUT http://my_host:5678/ephemerals/mydata/eph1
data1
PUT http://my_host:5678/ephemerals/mydata/eph2
data2
relate it to tag "mytag":
PUT http://my_host:5678/ephemerals/mydata/eph1/tag
{"tags":"mytag"}
PUT http://my_host:5678/ephemerals/mydata/eph2/tag
{"tags":"mytag"}
Currently I can get all ephemerals by tag by:
GET http://my_host:5678/tags/mytag
Delete one of ephemerals by
DELETE http://my_host:5678/ephemerals/mydata/eph1
Now, when I try to get it by tag again I got error:
{"result":"failure","error_message":"undefined method `name' for nil:NilClass"}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The flow:
Crete two ephemerals "/mydata/eph1" and "/mydata/eph2":
PUT http://my_host:5678/ephemerals/mydata/eph1
data1
PUT http://my_host:5678/ephemerals/mydata/eph2
data2
relate it to tag "mytag":
PUT http://my_host:5678/ephemerals/mydata/eph1/tag
{"tags":"mytag"}
PUT http://my_host:5678/ephemerals/mydata/eph2/tag
{"tags":"mytag"}
Currently I can get all ephemerals by tag by:
GET http://my_host:5678/tags/mytag
Delete one of ephemerals by
DELETE http://my_host:5678/ephemerals/mydata/eph1
Now, when I try to get it by tag again I got error:
{"result":"failure","error_message":"undefined method `name' for nil:NilClass"}
The text was updated successfully, but these errors were encountered: