Providing cybozu.com User API with Swift interface.
Note
This library is still in alpha.
- Development with Xcode 16.2+
- Written in Swift 6.0
- Compatible with iOS 17+, macOS 14+
API | Method | Reference |
---|---|---|
fetchUsers |
GET | /v1/users.json |
fetchOrganizations |
GET | /v1/organizations.json |
fetchGroups |
GET | /v1/groups.json |
This library does not collect or track user information, so it does not include a PrivacyInfo.xcprivacy file.
This repository includes demonstration app for iOS.
Open Example/Example.xcodeproj and Run it.