TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Aug 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by nakajijapan.
Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.
Snapshot | Video |
---|---|
#if DEBUG
let ajimiOptions = AjimiOptions(
githubBasePath: "https://hostname/api/v3",
githubAccessToken: "tokentoken",
githubUser: "nakajijapan",
githubRepo: "FeedbackTool",
imageUploadURL: URL(string: "https://hostname/image/upload")!,
imageUploadKey: "keykey"
)
Ajimi.show(ajimiOptions)
#endif
nakajijapan, [email protected]
Ajimi is available under the MIT license. See the LICENSE file for more info.