Skip to content

Commit

Permalink
Merge pull request #131 from cactacea/develop
Browse files Browse the repository at this point in the history
Version 18.11.3
  • Loading branch information
takeshishimada authored Nov 17, 2018
2 parents dcaa14b + 7d9aefb commit cdb82c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/swagger.json

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions generate_sdks.sh
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
#!/usr/bin/env bash

# Fixme
swagger-codegen generate \
openapi-generator generate \
-i docs/swagger.json \
-l swift4 \
-g swift4 \
--type-mappings number=Int64 \
--language-specific-primitives Int16,Int32,Int64,NSDate \
--additional-properties projectName="Cactacea" \
--additional-properties podVersion="18.11.2" \
--additional-properties podVersion="18.11.4" \
--additional-properties podSummary="Cactacea iOS SDK" \
--additional-properties podDescription="An iOS library to interface with Cactacea backend API" \
--additional-properties podSource="" \
--additional-properties podAuthors="" \
--additional-properties podLicense="" \
--additional-properties podHomepage=https://github.com/cactacea/ios \
--additional-properties responseAs=RxSwift \
--skip-validate-spec \
-o ../ios

swagger-codegen generate \
openapi-generator generate \
-i docs/swagger.json \
-l kotlin \
-g kotlin \
--model-package io.github.cactacea.backend \
--model-name-suffix Json \
--skip-validate-spec \
-o ../android
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "18.11.3-SNAPSHOT"
version in ThisBuild := "18.11.3"

0 comments on commit cdb82c7

Please sign in to comment.