ReliefWeb constructor

ReliefWeb()

Initialize the connection

Implementation

ReliefWeb() {
  _connection = Connection(
    authority: 'api.reliefweb.int',
    defaultHeaders: {'Content-Type': 'application/json'},
  );
}