roll20-api-scripts
API Scripts created by the community for use in Roll20 VTT. Submit a ticket at roll20.net/help if critical hotfixes are to be requested. (by Roll20)
axios
Promise based HTTP client for the browser and node.js (by axios)
roll20-api-scripts | axios | |
---|---|---|
5 | 460 | |
388 | 105,385 | |
1.0% | 0.3% | |
9.5 | 8.8 | |
15 days ago | 6 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
roll20-api-scripts
Posts with mentions or reviews of roll20-api-scripts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-31.
-
Token-Mod UDL issue
Yeah, figured it wasn't exactly what you needed, but might get you going in the right direction. On another note, the version of the Token-Mod installed from within Roll20 has had problems in other areas. While I don't know if lighting also had issues, it might make your life easier to grab the version from GitHub and also reference the discussions with the author of the script in this thread.
-
DMs using API Scripts - which ones and why?
ChatSetAttr - Provides an interface to set character attributes
-
Need a new combat tracking API
Statusfx can add cool effects when a token is effected. It should also help with your ability to see tokens effected by statuses on a larger map. Caution it could cause slow down if there's a lot going at once.
-
Improved the Stylesheet for TurnMarker1 API
Yes, OP, please share your code changes! I'm guessing you simply updated lines 435-448 in the original code?
- Coming from roll20 to Foundry Macro "check it Out"
axios
Posts with mentions or reviews of axios.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-05.
- Fundamentals of React Native App Development: Dependencies, Performance, Native Modules, and Publishing Guide
-
Journeying from React to React Native
React and React Native share many core libraries. You can use the same state management libraries like Redux, MobX, and data fetching libraries like Axios or the Fetch API.
-
Augmenting the client with Vue.js
Axios helps making HTTP requests
-
Here are 5 effective ways to make API request in Reactjs
2) Axios Axios is the most popular third-party library for making asynchronous calls, based on javascript promises. Axios is simpler, faster, and much more powerful than native Fetch API, it provides control over our HTTP request.
-
🚀 Introducing NextSolution V2: ASP.NET API + Next.js + Expo Starter Template
This template was built using a variety of powerful frameworks and tools, including: .NET, Ngrok, JWT (JSON Web Tokens), Entity Framework, AutoMapper, FluentValidation, Flurl, Humanizer, libphonenumber-csharp, MailKit, OAuth, Serilog, Twilio, Swagger, React.js, React Native, React Navigation, Axios, Expo Dev, Lodash, NativeWind, React Hook Form, Zustand, Visual Studio Code, Visual Studio, Android Studio, Git, GitHub Copilot, Node.js, React Native Paper, NextUI
-
Create Shopping Cart using Alpinejs
It is an asynchronous method that runs when the component is initialized. It fetches the first batch of products from the API using Axios and stores them in the products array. The loading state is set to true while the data is being fetched, and then reset to false once the data is loaded.
-
Build A Transcription App with Strapi, ChatGPT, & Whisper: Part 1
Let's install some of the libraries we will use on the frontend. First, we need recordrtc, which will handle the recording process and give us access to raw data captured from the device's microphone. Next, we will use lamejs, which will help us process the data to encode it into MP3 format. We will also need axios to make network calls to OpenAI whisper, so run the following command in the terminal to install these libraries.
- Axios: A Promise-Based HTTP Client for Browser and Node.js
-
Build a Finance Tracker with Next.js, Strapi, and Chartjs: Part 1
Axios: Axios is a JavaScript library used to send asynchronous HTTP requests to REST endpoints. It's commonly used to perform CRUD operations. Install Axios using this command:
-
Simple SVG Animations
Once the SVG image has been saved, it's now ready to embed in a webpage but just using an tag won't allow you use it in the way you want. Instead we need to wait until the page renders and then fetch the image via a simple rest call. In this example I use the Axios library to make that call.