-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[Bug] Can not get resources when listing memos #4104
Comments
v0.23.0通过api获取的json文件中"nodes": [], "resources": [], "snippet": "" 三个都为空。v0.22.5中有对应信息。主要是由于resources项的缺失,靠外部工具解析json文件没办法获取包含图片在内的资源文件的信息了。不知为何做此修改? |
In the json file obtained through the api in v0.23.0, "nodes": [], "resources": [], "snippet": "" are all empty. There is corresponding information in v0.22.5. Mainly due to the lack of the resources item, it is impossible to obtain information about resource files including images by parsing json files with external tools. I don’t know why this change was made? |
Yes, it's a good project, but the API changes too frequently and there is no complete documentation. |
频繁改动API不是个好的做法 |
Frequent API changes are not a good idea |
Describe the bug
URL: https://memos.foolishfox.cn/api/v1/memos?pageSIze=10&filter=creator==%27users/1%27&&visibilities==[%27PUBLIC%27]
there is no resource in list. but i can get resource list by https://memos.foolishfox.cn/api/v1/memos/91/resources
Steps to reproduce
as above
The version of Memos you're using.
v0.23.0
Screenshots or additional context
No response
The text was updated successfully, but these errors were encountered: