Skip to content

feat(feeds): add feeds import cli support#191

Closed
darkoatanasovski wants to merge 4 commits intomasterfrom
feeds-import-v2
Closed

feat(feeds): add feeds import cli support#191
darkoatanasovski wants to merge 4 commits intomasterfrom
feeds-import-v2

Conversation

@darkoatanasovski
Copy link
Copy Markdown
Contributor

No description provided.

// getImportV2Task works around a server-side issue where GET /api/v2/imports/v2/{id}
// requires a JSON body. The SDK sends no body for GET requests, causing a 400 error.
func getImportV2Task(ctx context.Context, app *config.App, id string) (map[string]any, error) {
token := jwt.NewWithClaims(jwt.SigningMethodHS256, jwt.MapClaims{"server": true})
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci-lint] reported by reviewdog 🐶
undefined: jwt (typecheck)

@darkoatanasovski darkoatanasovski deleted the feeds-import-v2 branch April 8, 2026 17:53
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.

1 participant