iiRecord
Agentic AI Atlas · Alamofire
library:alamofirea5c.ai
II.
Library JSON

library:alamofire

Structured · live

Alamofire json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-php-swift-kotlin.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}