An open API service indexing awesome lists of open source software.

https://github.com/ntidev/fsclientbundle

NTIFSClientBundle to use with NTIFS Server
https://github.com/ntidev/fsclientbundle

Last synced: 10 months ago
JSON representation

NTIFSClientBundle to use with NTIFS Server

Awesome Lists containing this project

README

          

# FSClientBundle

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]
```