This plugin adds Teedy support to Play! Framework 1 applications.
require:
- teedy -> teedy 1.2.0
repositories:
- sismicsNexusRaw:
type: http
artifact: "https://nexus.sismics.com/repository/sismics/[module]-[revision].zip"
contains:
- teedy -> *
Add the following parameters to application.conf:
# Teedy configuration
# ~~~~~~~~~~~~~~~~~~~~
teedy.mock=false
teedy.api.url=https://teedy.example.com/api
teedy.authToken=12345678
DocumentListResponse response = TeedyClient.get().getDocumentservice().listDocument("tag:Imported");
We recommand to mock Teedy in development mode and test profile.
Use the following configuration parameter:
teedy.mock=true
This software is released under the terms of the Apache License, Version 2.0. See LICENSE
for more
information or see https://opensource.org/licenses/Apache-2.0.