II.
Library JSON
Structured · livelibrary:axios
Axios json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:axios",
"_kind": "Library",
"_file": "domain/libraries/axios.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Axios",
"belongsToLanguageId": "language:javascript",
"category": "http-client",
"description": "Promise-based HTTP client for the browser and Node.js.\n"
},
"outgoingEdges": [
{
"from": "library:axios",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:axios",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:axios",
"to": "library:got",
"kind": "alternative_to"
},
{
"from": "library:axios",
"to": "library:undici",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:dio",
"to": "library:axios",
"kind": "alternative_to"
},
{
"from": "library:tesla",
"to": "library:axios",
"kind": "alternative_to"
},
{
"from": "library:alamofire",
"to": "library:axios",
"kind": "alternative_to"
},
{
"from": "stack-profile:news-publishing-cms",
"to": "library:axios",
"kind": "composed_of"
}
]
}