II.
Library JSON
Structured · livelibrary:requests
Requests json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:requests",
"_kind": "Library",
"_file": "domain/libraries/requests.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Requests",
"belongsToLanguageId": "language:python",
"category": "http-client",
"description": "HTTP for Humans — a simple HTTP library for Python.\n"
},
"outgoingEdges": [
{
"from": "library:requests",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:requests",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:requests",
"to": "library:httpx",
"kind": "alternative_to"
},
{
"from": "library:requests",
"to": "library:aiohttp",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:aiohttp",
"to": "library:requests",
"kind": "alternative_to"
}
]
}