test('It should build a correct URL for a query', () => {
  const query: IQuery = {
    max: 3,
    ml: 'hello'
  };