To view documentation within Xcode, within the menu navigate to Product > Build Documentation. WMATA’s documentation will appear under Workspace Documentation within the Developer Documentation window. Navigate to Window > Developer Documentation to open this window.
WMATA.swift
WMATA.swift is a Swift interface to the Washington Metropolitan Area Transit Authority API.
Contents
Installation
Requirements
Swift Package Manager
OS Support
WMATA.swift commits to supporting current minus 2 OS versions.
Currently, WMATA.swift is compatible with macOS 10.15, iOS 13, tvOS 13, watchOS 6 or higher.
Documentation
Full documentation is available at https://emma-k-alexandra.github.io/WMATA.swift/documentation/wmata/ or within Xcode.
To view documentation within Xcode, within the menu navigate to
Product > Build Documentation
. WMATA’s documentation will appear underWorkspace Documentation
within the Developer Documentation window. Navigate toWindow > Developer Documentation
to open this window.Dependencies
Contact
Feel free to email questions and comments to emma@emma.sh
Contributing
Todo:
Result
toreturn
orthrow
behavior, the dominant async pattern in Swift.Developer
To generate documentation for deploying to Github Pages, run
./docs.sh
.License
WMATA.swift is released under the MIT license. See LICENSE for details.