concierge

API gateway framework

License

License

Categories

Categories

Net
GroupId

GroupId

net.oneandone
ArtifactId

ArtifactId

concierge
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

concierge
API gateway framework
Project URL

Project URL

https://github.com/1and1/concierge
Project Organization

Project Organization

1&1 Internet Inc.
Source Code Management

Source Code Management

https://github.com/1and1/concierge

Download concierge

How to add to project

<!-- https://jarcasting.com/artifacts/net.oneandone/concierge/ -->
<dependency>
    <groupId>net.oneandone</groupId>
    <artifactId>concierge</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/concierge/
implementation 'net.oneandone:concierge:0.1'
// https://jarcasting.com/artifacts/net.oneandone/concierge/
implementation ("net.oneandone:concierge:0.1")
'net.oneandone:concierge:jar:0.1'
<dependency org="net.oneandone" name="concierge" rev="0.1">
  <artifact name="concierge" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='concierge', version='0.1')
)
libraryDependencies += "net.oneandone" % "concierge" % "0.1"
[net.oneandone/concierge "0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
io.dropwizard : dropwizard-core jar 0.9.2
org.glassfish : javax.json jar 1.0.4
org.projectlombok : lombok jar 1.16.4

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.9.6
io.dropwizard : dropwizard-testing jar 0.9.2
org.mockito : mockito-all jar 2.0.2-beta

Project Modules

There are no modules declared in this project.

Travis CI Codacy Badge Codacy Badge

Concierge

The intended usage of the Concierge framework is for having a REST API gateway for JSON based resources. The idea arised when we we're facing the problem of creating an API for a large XML that we would like to parse with FraLaX.

Once we'll have a running service we'll update the usage guidelines and the documentation for this repository.

Example

In order to run the example execute 'gradle run' within the module 'concierge-example-server' and call http://localhost:8080/ with your favored REST client (e.g. Postman).

net.oneandone

1&1

Open Source by 1&1 Group.

Versions

Version
0.1