Git Product home page Git Product logo

import-demo's People

Contributors

jacksonh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

import-demo's Issues

Error handling is broken

Upon running the tool, I get the following response:

> [email protected] import
> npx babel-node -x .ts index.ts

Connecting to  https://api-prod.omnivore.app/api/graphql
error response: [object Object]
Successfully started import.

This is problematic both due to the unspecific error response, as well as the fact that the tool reports a successful import regardless of anything (the success message should presumably instead be included in the try block).

one liner curl equivalent

Hi!

I don't know how to usetypescript so I asked ChatGPT to comeup with a curl oneliner. I thought it could be useful to others:

API_KEY="todo"
filename="todo.csv"
curl -X POST -H "Authorization: $API_KEY" -H "Content-Type: application/json" -d '{"query":"mutation UploadImportFile($type: UploadImportFileType!, $contentType: String!) { uploadImportFile(type: $type, contentType: $contentType) { ... on UploadImportFileError { errorCodes } ... on UploadImportFileSuccess { uploadSignedUrl } } }","variables":{"type":"URL_LIST","contentType":"text/csv"}}' "https://api-prod.omnivore.app/api/graphql/api/graphql" | jq -r '.data.uploadImportFile.uploadSignedUrl' | \xargs curl -X PUT -H "Content-Type: text/csv" --data-binary "@$filename"

Seems to work ok but am noobish

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.