I need to use the smartsheet api for some code stuff, and was wondering if it can be used directly with the front end which is in react, or if needs to be implemented in the backend.
Asked
Active
Viewed 93 times
0
-
The Smartsheet API is a REST API, so the question really is whether it's possible to consume a REST API via React. I'd suggest you do some research on this question (Google, Stack Overflow, etc.). FWIW, it looks like it is possible to call a REST API from React (for example, see [this tutorial](https://www.freecodecamp.org/news/how-to-consume-rest-apis-in-react/). – Kim Brandl Oct 17 '22 at 13:19