Coder Social home page Coder Social logo

grist-api's People

Contributors

dsagal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

grist-api's Issues

addRecords if one fails entire operation fails

In running the addRecords, if we tried to add multiple records at once, if one add fails the rest of the adds also won't execute. Sort of works like a promise.all. I think this is the intended functionality, but it is not a good outcome. If we want to add 100 rows, let's say, and 1 row has an issue, the other 99 should get created, and the row with an issue should fail with the proper error reported. However, what happens is that the entire operation fails and no records are created.

Request: fetch client

Great way to use the Grist API!

But it would be awesome if we could also use this inside non-node based systems like Cloudflare Workers, could we get an optional variant that works with the fetch API instead of axios?

tables by lines?

Hi,
I can get a table by column /tables/Contact/data but how can I get it (or transform it) as an array of objects by lines?

[ 
{"id": 1, 'Website": "www.devhub.com", "First_Name": "Ibrahim", ...}, 
{...}
]

Like most CSV to JSON do.

In addition to a solution, is there a reason to send it by column? Is it search related?

.grist-api-key shouldn't be at ~/

mainly because you can't test the npm package on replit, codesandbox, glitch, ...
and also because not all js are run under a user with a ~ folder.

image

/home/runner is on replit server, pretty sure nobody can reach it ๐Ÿ˜„

Also, since "everyone" user has read access, it should work without it.
It works in postman without any authentication.

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.