Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trello API client #6

Open
2 tasks
munisystem opened this issue May 29, 2016 · 2 comments
Open
2 tasks

Trello API client #6

munisystem opened this issue May 29, 2016 · 2 comments

Comments

@munisystem
Copy link
Contributor

WHY

Trello を backend に使用するため、API Client を作成する必要がある。
実装で必要となる機能は以下の通り。

  • Add Card
  • Move Card
  • Add tag to Card

WHAT

  • 使う API の仕様の洗い出し
  • mock の作成
@munisystem
Copy link
Contributor Author

@nshiba Access Token を build 時に突っ込んで使えるようにしたいんですけど、どうしたら良いですかね?

@nshiba
Copy link
Member

nshiba commented May 30, 2016

@munisystem
gradle.propertiesに書いてbuild.gradleでBuildConfig.javaに定義する処理を書いてJavaソースから参照するかたちが一般的かなー

それでgradle.propertiesとBuildConfigを.gitignoreにかいとけばおけ

参考: gradle.propertiesに定義した値をJavaソースから参照する

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants