Skip to content

A small package to make interacting with Google Cloud Tasks easier.

License

Notifications You must be signed in to change notification settings

Morel-Tech/gcp_cloud_tasks

Repository files navigation

Cloud Tasks

gcp_cloud_tasks style: very good analysis License: MIT

A small package to make interacting with Google Cloud Tasks easier.

Usage

  final cloudTasks = await CloudTasks.defaultCredentials();
  final secret = await cloudTasks.createTask(
    queue: 'my-queue',
    location: 'us-central1',
    url: 'https://morel.technology',
  );

About

A small package to make interacting with Google Cloud Tasks easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages