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

create a GraphQL API to create youtube transcript job on demand #4196

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sywhb
Copy link
Contributor

@sywhb sywhb commented Jul 11, 2024

No description provided.

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
@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?

@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
@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