II.
Library JSON
Structured · livelibrary:gorilla-mux
Gorilla Mux json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:gorilla-mux",
"_kind": "Library",
"_file": "domain/libraries/libraries-go-rust-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Gorilla Mux",
"belongsToLanguageId": "language:go",
"category": "http-server",
"description": "Powerful HTTP request router and dispatcher for Go with regex-based\nroute matching, subrouters, and middleware support.\n"
},
"outgoingEdges": [
{
"from": "library:gorilla-mux",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:gorilla-mux",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:chi",
"to": "library:gorilla-mux",
"kind": "alternative_to"
}
]
}