nti/fsclient-bundle

NTIFS Client Bundle to use with NTIFS Server.

dev-master / 1.0.x-dev 2018-03-06 14:42 UTC

This package is auto-updated.

Last update: 2024-09-16 19:29:29 UTC


README

This is a client bundle to consume the NTIFS service/micro-service.

Process

Configuration

In your config.yml:

// ...
ntifs_client:
    endpoint: http://[NTIFS_URL]/
    app_name: [ASSIGNED_APP_NAME]
    auth_key: [ASSIGNED_AUTH_KEY]