Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export HttpProtocol #64

Merged
merged 2 commits into from
Feb 15, 2021
Merged

Export HttpProtocol #64

merged 2 commits into from
Feb 15, 2021

Conversation

jenow
Copy link

@jenow jenow commented Feb 15, 2021

What does this PR do ?

Forgot to export the HttpProtocol class in the main kuzzle.dart file

How should this be manually tested?

import 'package:kuzzle/kuzzle.dart';

void main() {
  final proto = HttpProtocol(
    Uri(
      scheme: 'http',
      host: 'localhost',
      port: 7512,
    ),
  );
}

HttpProtocol should not be unknown.

@jenow jenow self-assigned this Feb 15, 2021
@jenow jenow merged commit 8cd4f3f into 2-dev Feb 15, 2021
@jenow jenow deleted the export-http branch February 15, 2021 14:14
@jenow jenow mentioned this pull request Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants