curl --request GET \
--url https://api.example.com/api/learnings{
"all_concepts": [
"<string>"
],
"all_tools": [
"<string>"
],
"sources": [
{
"learnings": {
"code_snippets": [
{
"code": "<string>",
"description": "<string>",
"language": "<string>",
"verdict": {
"explanation": "<string>",
"status": "correct",
"corrected_code": "<string>",
"corrected_description": "<string>"
}
}
],
"concepts": [
"<string>"
],
"summary": "<string>",
"tools": [
"<string>"
]
},
"namespace": "<string>",
"source_id": "<string>",
"source_type": "youtube",
"title": "<string>",
"thumbnail_url": "<string>",
"url": "<string>"
}
],
"total": 123
}List all learnings with filtering options.
curl --request GET \
--url https://api.example.com/api/learnings{
"all_concepts": [
"<string>"
],
"all_tools": [
"<string>"
],
"sources": [
{
"learnings": {
"code_snippets": [
{
"code": "<string>",
"description": "<string>",
"language": "<string>",
"verdict": {
"explanation": "<string>",
"status": "correct",
"corrected_code": "<string>",
"corrected_description": "<string>"
}
}
],
"concepts": [
"<string>"
],
"summary": "<string>",
"tools": [
"<string>"
]
},
"namespace": "<string>",
"source_id": "<string>",
"source_type": "youtube",
"title": "<string>",
"thumbnail_url": "<string>",
"url": "<string>"
}
],
"total": 123
}Filter by concept
Filter by tool
Search in summaries/concepts/tools
Filter by namespace