Closed sbhal closed 3 years ago
Try this:
POST http://snippets.domain.com/api/snippets/search
query: String: required
tags: String[]: required
languages: String[]: required
Example body:
{
"query": "Card",
"tags": [],
"languages": []
}
{
"query": "",
"tags": ["ui", "react", "vue"],
"languages": []
}
{
"query": "",
"tags": ["automated"],
"languages": ["bash", "python"]
}
Thanks @pawelmalak . Above api is working for me.
Currently the only way to search for snippets is to launch selfhosted website. Can we have search API to enable faster search for snippets from applications launchers like Alfred for macos?