Skip to content

Conversation

sywhb
Copy link
Contributor

@sywhb sywhb commented Jul 11, 2024

No description provided.

@sywhb sywhb requested review from jacksonh and satindar as code owners July 11, 2024 12:58
Copy link

vercel bot commented Jul 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
omnivore-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2024 8:36am
omnivore-prod ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2024 8:36am

@sywhb sywhb changed the title create an api to create youtube transcript job create a REST api to create youtube transcript job instead of automatic generation Jul 11, 2024
@vercel vercel bot temporarily deployed to Preview – omnivore-demo July 11, 2024 13:08 Inactive
@vercel vercel bot temporarily deployed to Preview – omnivore-prod July 11, 2024 13:08 Inactive
@jacksonh
Copy link
Contributor

Looks good to me, one thought: we have the Task API in GQL, not sure if you considered that?

@sywhb
Copy link
Contributor Author

sywhb commented Jul 11, 2024

Looks good to me, one thought: we have the Task API in GQL, not sure if you considered that?

I looked at the GQL schema and didn't find it. Could you show me the API?

@sywhb
Copy link
Contributor Author

sywhb commented Jul 11, 2024

@jacksonh Do you mean Subscription API in GQL?

@vercel vercel bot temporarily deployed to Preview – omnivore-prod July 11, 2024 13:45 Inactive
@vercel vercel bot temporarily deployed to Preview – omnivore-demo July 11, 2024 13:45 Inactive
@jacksonh
Copy link
Contributor

@jacksonh Do you mean Subscription API in GQL?

Oh i meant this:

  type Task {
    id: ID!
    name: String!
    state: TaskState!
    createdAt: Date!
    runningTime: Int # in milliseconds
    cancellable: Boolean
    progress: Float
    failedReason: String
  }

@sywhb sywhb changed the title create a REST api to create youtube transcript job instead of automatic generation create a GraphQL API to create youtube transcript job on demand Jul 12, 2024
@vercel vercel bot temporarily deployed to Preview – omnivore-prod July 12, 2024 08:19 Inactive
@vercel vercel bot temporarily deployed to Preview – omnivore-demo July 12, 2024 08:19 Inactive
@vercel vercel bot temporarily deployed to Preview – omnivore-demo July 12, 2024 08:36 Inactive
@vercel vercel bot temporarily deployed to Preview – omnivore-prod July 12, 2024 08:36 Inactive
@sywhb sywhb requested a review from jacksonh July 18, 2024 03:24
@jacksonh
Copy link
Contributor

Going to try and do the client side pieces on top of this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants