II.
Library JSON
Structured · livelibrary:alamofire
Alamofire json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:alamofire",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Alamofire",
"belongsToLanguageId": "language:swift",
"category": "http-client",
"description": "Elegant Swift HTTP networking library wrapping URLSession with\nchainable request/response methods, multipart form uploads,\nauthentication adapters, and built-in response serialization.\n"
},
"outgoingEdges": [
{
"from": "library:alamofire",
"to": "language:swift",
"kind": "belongs_to_language"
},
{
"from": "library:alamofire",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:alamofire",
"to": "library:axios",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "specialization:mobile-ios",
"to": "library:alamofire",
"kind": "uses_library"
}
]
}