Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
14
14
text
stringlengths
109
4.45k
source
stringlengths
22
132
cfcd208495d5-0
No Code Backend Development Platform Xano is the fastest way to build a powerful, scalable backend for your app without code. Xano gives you a scalable server, a flexible database, and a NO CODE API builder that can transform, filter, and integrate with data from anywhere. We want to enable you to validate AND grow you...
https://docs.xano.com/
c4ca4238a0b9-0
Low level details on each Xano release The Xano release notes have been moved to their own space. 👇🏻 Xano Release Notes Previous Welcome Next Roadmap & Requests Last modified 9mo ago WAS THIS PAGE HELPFUL?
https://docs.xano.com/release-notes
c81e728d9d4c-0
What do you want to see the Xano team work on next The Xano team launches new releases on a weekly basis and many of the features are driven by customer demand. If you'd like to vote on what we work on next, Check out our feedback board below: 👇🏻 Xano's Feature Request Board Previous Release notes Next Frequently Ask...
https://docs.xano.com/roadmap-and-requests
eccbc87e4b5c-0
Xano FAQ Table of Contents Scaling & Performance Front-end Data API Code Marketplace Pricing Agencies Custom Development Hosting Scaling & Performance What are Xano's limits? When it comes to building the backend for your application, building to 95% capability isn't good enough. You need a platform that can handle eve...
https://docs.xano.com/faq
eccbc87e4b5c-1
However, we are aware that this is a popular request and it's on our roadmap. How does Xano handle backups? On any of our paid plans, Xano maintains full backups of your server instance on a rolling 3 day cycle. We take backups every 24 hours. These can be restored by submitting a request to support. At this time, only...
https://docs.xano.com/faq
eccbc87e4b5c-2
Xano can be used to build HIPAA-compliant applications. HIPAA compliance, including a signed BAA for your entity, is an upgrade to any paid plan or comes included with an Enterprise plan. With this upgrade, your server is migrated to a hardened location for enhanced security. Read more about HIPAA compliance Is Xano GD...
https://docs.xano.com/faq
a87ff679a2f3-0
No Code Backend Development Platform Xano is the fastest way to build a powerful, scalable backend for your app without code. Xano gives you a scalable server, a flexible database, and a NO CODE API builder that can transform, filter, and integrate with data from anywhere. We want to enable you to validate AND grow you...
https://docs.xano.com/about
e4da3b7fbbce-0
Each Xano account comes with the following An Instance - This is the server that powers your app You can think of an Instance like a server where your backend is hosted. The performance of each instance is dictated by the subscription plan that you have. Each account has one instance but you can add more or share your...
https://docs.xano.com/what-xano-includes
1679091c5a88-0
In Xano, an Instance is a server where your Workspaces are hosted. The performance of each instance is dictated by the subscription plan that you have. Each account has one instance but you can add more or share your instance with others. Link to YouTube Video: https://www.youtube.com/watch?v=kZZ3S3OzNeM Types of Ins...
https://docs.xano.com/what-xano-includes/instance
8f14e45fceea-0
Link to YouTube Video: https://www.youtube.com/watch?v=eMVIRer4LaQ When you create a Xano account, you're given a server Instance where a Workspace is hosted. Think of a Workspace like a unique container for your application. While they share resources with other Workspaces in your Instance, they have their own unique ...
https://docs.xano.com/what-xano-includes/workspace
c9f0f895fb98-0
The dashboard is where you can find valuable resources to help improve your usage of Xano. The Dashboard is the Home to your Workspace that provides status and guides to help you become successful with Xano. Quick Start Guide This widget has curated educational videos and tasks to help you on your journey in building a...
https://docs.xano.com/what-xano-includes/workspace/dashboard
45c48cce2e2d-0
A place for templates and plugins that can be added to your Workspace. The Marketplace provides an area where you can easily install capabilities that extend your Xano Backend. Extensions You can think of Extensions like capabilities that you can add to your App. "Send SMS" might be an extension that you install that ...
https://docs.xano.com/what-xano-includes/workspace/marketplace
d3d9446802a4-0
The Library contains re-usable elements (Functions, Background Tasks and Addons) The Library contains re-usable elements divided into three buckets: Functions This section contains Custom Functions that are either created by you, or by one of the Marketplace extensions you install. Addons Contains Addons that you've ei...
https://docs.xano.com/what-xano-includes/workspace/library
6512bd43d9ca-0
The database is an organized collection of data, stored in a group of tables. Xano hosts your data on a PostgreSQL database which is the most powerful open source database in the world. It provides the flexibility of a relational database along with the Big data needs of a NoSQL solution. PostgreSQL is a powerful, open...
https://docs.xano.com/what-xano-includes/workspace/database
c20ad4d76fe9-0
The settings is a control panel for your Workspace. The settings page serves as a control panel for your workspace. You can change your Workspace name, set Environment Variables, export your data, and clone, reset, or delete your Workspace. The menu icon in the upper right-hand corner of the settings page gives you ac...
https://docs.xano.com/what-xano-includes/workspace/settings
c51ce410c124-0
These are accessible throughout your Queries, Addons, Functions, and Tasks. Environment Variables are a great place to store private information like API keys in a single location. Environment Variables are Variables that can be used by multiple APIs or Functions. They are set up on the settings page of your Workspace....
https://docs.xano.com/what-xano-includes/workspace/settings/environment-variables
aab3238922bc-0
The API, or Application Programming Interface, defines how data is exchanged between your database and any software that needs access to it. You can think of the API like a messenger that runs back and forth between your database and other services to collect information and eventually pass it to the front-end. Link t...
https://docs.xano.com/what-xano-includes/workspace/api
9bf31c7ff062-0
Using the 'referenced by' feature Link to YouTube Video: https://www.youtube.com/watch?v=8M3ZPWebC28 https://www.youtube.com/watch?v=8M3ZPWebC28While building your application in Xano, as your arsenal of tables, API endpoints, functions, addons, and background tasks grows, you can use Xano's Referenced By feature to q...
https://docs.xano.com/what-xano-includes/workspace/managing-your-backend-with-referenced-by
c74d97b01eae-0
With Xano you don’t need a DevOps or Backend engineering team because we handle everything for you. Docker and Kubernetes are used to provision new accounts which provides a stable, scalable environment on top of Google Cloud and the PostgreSQL database offers not only the power and flexibility of SQL/NoSQL, but can sc...
https://docs.xano.com/technology
70efdf2ec9b0-0
Application Containerization Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package.‌ Xano leverages Do...
https://docs.xano.com/technology/docker
6f4922f45568-0
Application Scalability Kubernetes is a solution by Google for automating application deployment, scaling, and management. Xano leverages Kubernetes to manage the entire release cycle of all the Docker containers. Kubernetes is constantly monitoring the environment and has the ability to auto-scale based on a variety o...
https://docs.xano.com/technology/kubernetes
1f0e3dad9990-0
The World's Most Advanced Open Source Relational Database PostgreSQL is a powerful, open-source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. We take databases seriously! That is why every project b...
https://docs.xano.com/technology/postgresql
98f137082101-0
A Backend typically consists of a server that powers your content, a database that stores your content, and an API that serves the content to and from the front-end. Understand how the backend works by watching this quick explainer video. Link to YouTube Video: https://www.youtube.com/watch?v=g2f6zuDsw-Y Previous Post...
https://docs.xano.com/what-is-a-backend
3c59dc048e88-0
Why use a separate NO CODE backend like Xano instead of an all-in-one solution? We often get asked by the NO CODE community why it makes sense to have a separate backend when you could use an all-in-one solution like Bubble or another tool with internal collections. Here are a few reasons why it makes sense. Here's a ...
https://docs.xano.com/why-have-a-separate-backend
b6d767d2f8ed-0
When you create an account with Xano, you're taken through a wizard called Jumpstart. It asks you to specify a few things about your project and allows Xano to automatically create a backend to get you started. 💪 Setting up your Workspace After you create an account and your Instance, your next step should be to creat...
https://docs.xano.com/fundamentals/getting-started
37693cfc7480-0
There are Six Phases to the Software Development Life Cycle (SDLC), and Xano is designed to support you and your team through each one. Before you start building, we wanted to share some best practices around how to think about creating your product or service. If you don't need to learn this, you can go straight to se...
https://docs.xano.com/fundamentals/the-development-life-cycle
37693cfc7480-1
The Deployment stage is where your product or service is shipped to its intended user(s). This process can depend on the nature of what is being released; however, it's best practice to launch to a small set of users (typically called a canary release). 6. Maintenance Maintenance is typically the last stage of the SDLC...
https://docs.xano.com/fundamentals/the-development-life-cycle
1ff1de774005-0
The database is the heart of your application and it's important that you understand the ins and outs of how one works. From Idea to App - Designing and setting up your Database Link to YouTube Video: https://www.youtube.com/watch?v=LZZYYYe5U9I Fundamentals - Previous The Development Life Cycle Next - Fundamentals Set...
https://docs.xano.com/fundamentals/setting-up-your-database
8e296a067a37-0
What is an API? The API, or Application Programming Interface, defines how data is exchanged between your database and your front-end or any software that needs access to it. You can think of it as a messenger that runs back and forth between your database and other services to collect information and eventually pass i...
https://docs.xano.com/fundamentals/building-your-api
4e732ced3463-0
Connection to Xano is done through the API, which in Xano's case is a REST API - nearly all front-ends are able to ingest a RESTful APIs making Xano front-end agnostic. Xano provides a documented robust backend that you can plug into any front-end of your choice. Link to YouTube Video: https://www.youtube.com/watch?v=G...
https://docs.xano.com/fundamentals/connect-to-a-front-end
4e732ced3463-1
Link to YouTube Video: https://www.youtube.com/watch?v=HH_RZhV9P-Q Gitlab repository of the working front-end: https://gitlab.com/xano/trevor-sample Got more you're interested in seeing? Let us know in the community Fundamentals - Previous Setting up your API Next Webflow Last modified 1yr ago WAS THIS PAGE HELPFUL?
https://docs.xano.com/fundamentals/connect-to-a-front-end
02e74f10e032-0
Connect Xano to Webflow Connecting Webflow to Xano is quick and seamless. If you're coming from Webflow and don't have a Xano account follow the instructions labeled: Connect Webflow to a new Xano account. If you're already using Xano and want to connect Webflow to your account follow the instructions titled: Connect W...
https://docs.xano.com/fundamentals/connect-to-a-front-end/webflow
02e74f10e032-1
The curl command can be found in Webflow's API Reference. Paste the curl command in Xano and select import. Once you select import, Xano will create the API call for you. Notice the path is different than a normal External API Request. Since Xano knows you are calling Webflow it does not need the full HTTPS address, bu...
https://docs.xano.com/fundamentals/connect-to-a-front-end/webflow
33e75ff09dd6-0
What is a Database? Link to YouTube Video: https://www.youtube.com/watch?v=bMmJ0EocmV0 Xano hosts your data on a PostgreSQL database which is the most powerful open source database in the world. It provides the flexibility of a relational database along with the Big data needs of a NoSQL solution. Basic Database conce...
https://docs.xano.com/database/database
6ea9ab1baa0e-0
How Database Tables are setup Xano's Database Table view gives you a high-level overview of the individual tables (or entities) and their associated schema. Database schema shown underneath each table is a blueprint of the database table which specifies what fields are present and their associated types. For example, t...
https://docs.xano.com/database/database/how-to-add-a-database-table
34173cb38f07-0
The Single Database Table view acts very much like a spreadsheet. you can view, add, edit and delete Database records in a database table. Clear All Records, Optionally Reset Primary ID You can clear all the records in your database table by opening the menu icon in the top right corner and selecting Clear All Records....
https://docs.xano.com/database/database/table-view
c16a5320fa47-0
Xano makes adding content to the database very simple with the friendly spreadsheet interface. 1. To get started click on "+ New". 2. You'll notice the different characteristics of the different Field Types. Some special cases include: A date picker for the timestamp. A checkbox for a boolean. There are other speci...
https://docs.xano.com/database/database/how-to-add-database-content
6364d3f0f495-0
The Database table page contains multiple controls to make it easy for you to create, edit, and view your tables. Let's go over these controls. Search Perform a simple text search across all your records Sort Sort your records by multiple columns and asc/desc orders Hide Fields Clicking on this shows a list of the diff...
https://docs.xano.com/database/database/the-different-components-of-the-database-table-page
182be0c5cdcd-0
Some tips to help you think through designing your database architecture Designing a database to conform to every best practice the first try is not a simple task, so we hope these items will provide some clarity on the best practices to follow when thinking about the architecture of your Xano database. Use a consisten...
https://docs.xano.com/database/database/best-practices
e369853df766-0
Xano supports a number of different field types to be used in the building of your database. While Xano's table editor might appear like a standard spreadsheet, it can store rich content in each cell. For example, a table can contain records (rows) with attachments, files, checkboxes, location data, links to records in...
https://docs.xano.com/database/field-types
e369853df766-1
Public - This field is accessible to be used in any API. Private - When you create a CRUD API endpoint that references this table, This field will be hidden from the Input section of the NO CODE API builder. Internal - When you create a CRUD API endpoint that references this table, This field will be hidden from the ...
https://docs.xano.com/database/field-types
1c383cd30b7c-0
Geography Data Types are special cases in the Database which allow you to store geographical data based on the different characteristics. When you are adding content to one of these columns a different interface will show up. There will be a map that you can manipulate to find exactly what you need and make the shapes ...
https://docs.xano.com/database/field-types/special-datatypes-geography
19ca14e7ea63-0
Storage Data Types allow for the storage of various BLOBs (Binary Large OBjects). This allows the upload of images, videos, and attachments of different file types. How does Xano store files? Xano does not store the actual files in the Database for performance reasons. Instead, Xano stores a reference to the file for ...
https://docs.xano.com/database/field-types/special-datatypes-storage
a5bfc9e07964-0
Passwords requirements are fully customizable with a few handy filters. The Password data type is configurable so that you can specify the desired password requirements for your application. The default settings in Xano requires a minimum of 8 characters, 1 alphabetical character, and 1 numeric character. You can eithe...
https://docs.xano.com/database/field-types/password-configuration
a5771bce93e2-0
Xano makes it easy to visualize and select relationships of your database tables. Basic Relationships Link to YouTube Video: https://www.youtube.com/watch?v=pT_879zMDpk&t=307s In Xano, a relationship between database tables is created using the Field type Table reference Relationship data display A table reference is t...
https://docs.xano.com/database/database-relationships
a5771bce93e2-1
See how the enrollments are displayed directly on the student FAQ: When should I put things in an object or list vs a separate table There is no hard and fast rule on this, but we like to say if you anticipate your object list growing over 100, it's probably time to start thinking about separating it into a new table. ...
https://docs.xano.com/database/database-relationships
d67d8ab4f4c1-0
Data sources refer to the different types of data environments available throughout a Xano workspace. For example, the Scale plan supports two environments for data sources: live (production) and test. Your live data source is the data that is live for your application. Test data source allows you to create test data w...
https://docs.xano.com/database/data-sources
d645920e395f-0
There are several best practices when it comes to optimizing your Database's speed and performance. This is an iterative process but will become important especially as you start to work with larger data sets of over 10,000 records. There are three variables when it comes to database performance: Database Model Design ...
https://docs.xano.com/database/database-performance
3416a75f4cea-0
Indexing is a way of increasing performance of queries on large tables. Link to YouTube Video: https://www.youtube.com/watch?v=hpb5PuFdki4 What is an Index? An index is a database feature that helps improve the speed and efficiency of queries made against a database table. They help when searching through large, unorde...
https://docs.xano.com/database/database-performance/indexes
3416a75f4cea-1
In addition, it is possible to ‘trap’ yourself into a situation where you have too many indexes and it becomes more difficult to determine what is helping and what is not. Example Query: Find all users who are part of a specific subset of artists Example query with no indexing Executing the example query, with no index...
https://docs.xano.com/database/database-performance/indexes
3416a75f4cea-2
If a table is frequently used to add / edit data, it may be best practice to not index this table. While your query speeds can still benefit, they can also slow the performance of adding to or editing data on this table given the nature of creating an index behind the scenes. 🗄️ The Database - Previous Database Perfor...
https://docs.xano.com/database/database-performance/indexes
a1d0c6e83f02-0
Database maintenance is automatically done daily but Xano does offer ways to manually run PostgreSQL analyze and vacuum commands through the Instance Maintenance panel. PostgreSQL's VACUUM and ANALYZE functions are essential maintenance tasks for optimizing database performance. Together, VACUUM and ANALYZE help kee...
https://docs.xano.com/database/database-performance/maintenance
17e62166fc85-0
Database storage uses high-performance solid-state drives (SSD). This storage is used only for the database schema, the metadata of each database record, and the indexes on the metadata. Any media references in the database records would be metadata only as the actual binary of this media is stored in separate media st...
https://docs.xano.com/database/database-storage
f7177163c833-0
Build and save separate database views for easier navigation When using the filter and sort options in the database, you can save these settings as views to quickly access them again later. You can combine both filters and sorting to create your desired database view. Saving a Database View Once you have constructed yo...
https://docs.xano.com/database/database-views
6c8349cc7260-0
Import data into your Xano Workspace How Can I import Data into Xano? We are working on a number of different wants to easily bring data into Xano. Below are methods we currently support: Airtable Import Sync your bases, relationships, and content. CSV Import Xano's CSV import is ultra-robust and can handle your larges...
https://docs.xano.com/database/importing-data
d9d4f495e875-0
Xano's CSV file import is ultra-robust. Import your file with confidence, even if you have millions of records. The import process runs on Xano's special import service, which has dedicated resources separate from your instance, so it can handle all of your data no matter how large it is. The CSV file import allows you...
https://docs.xano.com/database/importing-data/csv-file-import
d9d4f495e875-1
A CSV stands for a comma-separate file, which is a delimited text file that uses a comma to separate values. The importer does not support other separators, such as semicolons. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The first row must contain the column ...
https://docs.xano.com/database/importing-data/csv-file-import
67c6a1e7ce56-0
Import a sheet from Airtable into the Xano database Xano makes it easy to import your data from Airtable to your Xano database. First, on the Xano database page, click "Add Table" Click "Add Table" Next, go to the "Import" tab and select Airtable. After selecting "Add Table", go to the "Import" tab and select Airtable....
https://docs.xano.com/database/importing-data/airtable-import
642e92efb794-0
Xano is robust enough to handle large amounts of data with the right plan. Often times users may wish to migrate their backends to Xano from another solution. Occasionally, they may already have large quantities of data living in a SQL database. Xano doesn't allow for use of an external database but many are successful...
https://docs.xano.com/database/importing-data/sql-postgresql
f457c545a9de-0
Exporting your Xano database tables Export an entire table via the Database View From the Database view, click the three dots in the top-right corner and choose Export CSV. You will be presented with a dialogue to initiate the export. These exports take place in the background and you will receive an email notification...
https://docs.xano.com/database/exporting-data
c0c7c76d30bd-0
What is an API/API Endpoint? You can think of the API like a messenger that runs back and forth between your database and other services to collect information and eventually pass it to your front-end. Each individual command that the messenger (API) knows is called an API Endpoint. Link to YouTube Video: https://www....
https://docs.xano.com/api/the-basics
2838023a778d-0
Folders for your API endpoints with unique documentation and BaseURLs API Groups allow you to organize your API endpoints into logical "Folders". Each of these API endpoints has its own Documentation and unique BaseURL. Link to YouTube Video: https://www.youtube.com/watch?v=j81WdVJfX1s Xano Creates your CRUD Operation...
https://docs.xano.com/api/the-basics/api-groups
9a1158154dfa-0
In computer programming, create, read, update, and delete (CRUD) are the four basic functions of persistent storage. CRUD (Create. Read. Update. Delete) API Endpoints Xano can auto-generate basic CRUD API operations for each table you create which makes it easy to retrieve, send and delete data from your database. Of c...
https://docs.xano.com/api/the-basics/crud-operations
d82c8d1619ad-0
What is an API Endpoint? If an API is considered the messenger passes data from your backend to your front-end, each individual API endpoint defines the specific command that messenger knows. Link to YouTube Video: https://www.youtube.com/watch?v=ip8RPYyDlGI API Endpoint verbs API Endpoints have a "method" or HTTP Ver...
https://docs.xano.com/api/the-basics/custom
a684eceee76f-0
How to perform an authenticated request You can set up your API Endpoints to require user authentication in order to access them: Link to YouTube Video: https://www.youtube.com/watch?v=TiUl1Z8WDXo Related How to Set up User Sign up and Log in using your API How an Authenticated request works An Authenticated API reques...
https://docs.xano.com/api/the-basics/authenticated-request
a684eceee76f-1
Previous Creating an API Endpoint Next Naming your API Endpoints Last modified 3mo ago WAS THIS PAGE HELPFUL?
https://docs.xano.com/api/the-basics/authenticated-request
b53b3a3d6ab9-0
The naming scheme of your endpoint URLs can help you stay organized and efficient. Below are some things to keep in mind and best practices. As you begin creating and adding additional endpoints to your API, you should consider being mindful of how they are named. Your naming convention, when done strategically, can be...
https://docs.xano.com/api/the-basics/api-nomenclature
9f61408e3afb-0
Move an API Endpoint Moving an API Endpoint allows you to move an API Endpoint or multiple API Endpoints to a different API Group. To move an API Endpoint, open the menu icon of the individual endpoint and select move. Optionally include additional API Endpoints to move then select which API Group is the destination - ...
https://docs.xano.com/api/the-basics/move-or-clone-an-api-endpoint
72b32a1f754b-0
After an API endpoint is executed, you'll usually get a status code along with the data you requested (if it ran successfully). Status codes are the same across all web services so it's good for you to know them. For Example: if you're trying to work with a weather external API service to get the daily forecast and ge...
https://docs.xano.com/api/the-basics/api-status-codes
66f041e16a60-0
Learn how to use the powerful NO CODE API Builder. Xano provides a No-Code API builder that allows you to build everything from simple to very complex statements. Xano automatically generates and documents CRUD operations for each table you define, but you can create your own API endpoints easily with this builder. If...
https://docs.xano.com/api/api-builder
093f65e080a2-0
Inputs are used to manage the Input configuration of an endpoint. Inputs are parameters that are passed from the front-end that are then used in the Function stack when your API endpoint processes. Sometimes these inputs are also called query parameters. For example, If you were creating an API endpoint to collect the ...
https://docs.xano.com/api/api-builder/inputs
072b030ba126-0
The Function Stack is the internal workings of the API. The Function Stack is a "stack" of Functions that get executed in a linear fashion. They determine how an endpoint gets processed. The Function Stack is where you will build your business logic. You can add a variety of functions and get as complex as needed. You ...
https://docs.xano.com/api/api-builder/function-stack
7f39f8317fbd-0
This is the output of the API. The Response specifies what you're returning to the front-end or any service you're connected to. In the example below, you can see that after this API Endpoint executes, it's going to return the variable newuser . If we Hit Run & Debug, this is what the user variable might look like: Yo...
https://docs.xano.com/api/api-builder/response
44f683a84163-0
The Expression Builder is used to configure what expression the API checks. You can configure your expression based on the different columns of your database table or compare different variables. The left side of the configuration is the column/variable/value you would like to use. The middle part is the operator where...
https://docs.xano.com/api/api-builder/configure-an-expression
44f683a84163-1
REGEX DOES NOT MATCH - Regular Expression used for finding a pattern that does not match in text. OVERLAPS - Used for comparing two arrays. Overlaps determines if any values in one array are present in the second array. DOES NOT OVERLAP - Used for comparing two arrays. Does not overlaps determines if no values in the f...
https://docs.xano.com/api/api-builder/configure-an-expression
03afdbd66e79-0
Xano allows you to easily edit and test your API before publishing changes live. Edit your API and test the changes before publishing means you can make edits in a draft of your API without affecting what's live. Drafts recognize and record each micro-change on an individual API (or Background Task, Addon, or Function)...
https://docs.xano.com/api/editing-and-publishing
ea5d2f1c4608-0
Run & Debug You can test your API using Run & Debug. It's a powerful tool that can be used on your Function Stacks to verify whether or not they are working properly. It can be found on the top right-hand corner of any API, Function, Addon or Task. Example Request The above screenshot shows an API endpoint that takes...
https://docs.xano.com/api/api-debugger
fc490ca45c00-0
Webhooks are a simple way that an app can send an automatic message or payload of information to another app. It's the method that Stripe might use to notify you when a payment has come in, or how a support bot like Intercom notifies you about new requests in your Slack. Simply put, Webhooks are ways for your online ac...
https://docs.xano.com/api/webhooks
3295c76acbf4-0
See your incoming External API Requests in Xano From the dashboard, easily view the high-level statistics of the API request history from your entire Workspace. You can toggle between your database and top API requests to see which of your API endpoints are being hit the most. To the right, visualize your API request h...
https://docs.xano.com/api/api-request-history
735b90b45681-0
Xano uses Swagger to automagically document your API! Every API Endpoint in Xano is Auto-documented Xano automatically documents all your API endpoints in Swagger. This way, you can pass the document to any front-end engineer or stakeholder that might want to see your API without giving them access to your Xano workspa...
https://docs.xano.com/api/auto-documentation
a3f390d88e4c-0
Branches are used to develop and test new versions of your Business Logic and API. You can Merge Branches for seamless development workflows. You can create new Branches and select which Branch to make a copy of, choose which Branch to make edits to, and select which Branch you want to be live for your API. Branches ca...
https://docs.xano.com/api/branches-and-merging
a3f390d88e4c-1
During the development phase of v2, you had to modify an API endpoint in v1. When you're ready to merge v2 into v1, Xano will add the new API endpoints from v2 and maintain the update to the API endpoint on the destination v1 Branch. How to Merge To merge Branches open the Branches menu by selecting the Branch name und...
https://docs.xano.com/api/branches-and-merging
14bfa6bb1487-0
Xano does a lot of work behind the scenes to ensure your API response time is as fast as possible. That said, there are best practices that should be followed when you're building your API endpoints to avoid slowing down your server. What is "good" performance? The performance of your API endpoint depends on a number o...
https://docs.xano.com/api/api-performance
7cbbc409ec99-0
An introduction on how to find the cause for performance concerns, and what to do about them. When every request feels slow Step 1. - Check if your server is being overloaded with requests A. Look at Instance Usage - When you log into Xano, the Instance Dashboard will reflect where there might be a usage spike based on...
https://docs.xano.com/api/api-performance/troubleshooting-a-slow-response
7cbbc409ec99-1
D. You'll see that the total response time is 5.39s which is quite long for a response, however you can also see in Line 1 of the Debugger that the Star Wars API request is taking 5.37 seconds to return a response. Xano's execution of the request happens much faster. If you have already addressed efficiency concerns in...
https://docs.xano.com/api/api-performance/troubleshooting-a-slow-response
7cbbc409ec99-2
Let me know if you need any additional information" How do I find all this information? Workspace name: You can find the name of your workspace at the top of the navigation bar. API Endpoint URL that is slow: JSON data payload (if you are passing data to the API endpoint): Please provide a valid JSON payload if you sen...
https://docs.xano.com/api/api-performance/troubleshooting-a-slow-response
e2c420d928d4-0
Xano allows you to ingest, manipulate, transform and display data any way you desire. The true power of Xano is its ability to allow you to ingest, manipulate, transform and display data any way you desire. In order to make the most out of Xano, there are a few basic concepts that are important to understand. Link to ...
https://docs.xano.com/working-with-data/basics
32bb90e8976a-0
Variables are containers that hold information. Their sole purpose is to label and store data in memory to be sent to your front-end or used in another function. Variables are one of the most important concepts to understand in Xano. You can think of Variables as containers that hold information. Their sole purpose is ...
https://docs.xano.com/working-with-data/variables
32bb90e8976a-1
This is the safe way to store sensitive API keys or identifying information so you don't have to hard code it into any API endpoint that you do. Using Variables with Filters There are several filters available that can be useful when working with variables. While we have our filters documented in detail here, let's go ...
https://docs.xano.com/working-with-data/variables
d2ddea18f006-0
Dot notation allows you to access specific fields or data nested within a variable. Dot notation is a general programming concept and it is also a useful tool in Xano. You can apply dot notation on any input/value line within the Function Stack or Response - whether that be within Functions or Filters. Watch the tutori...
https://docs.xano.com/working-with-data/dot-notation
d2ddea18f006-1
We can create a variable and specify car.make which will return an array of just the car makes: `car.make` = ["honda","toyota","jeep","ford"] Now when you return the variable just_the_makes It will return an array that looks like this: "`car.make`""="[ "honda", "toyota", "jeep", "ford" ] GET filter The GET filter allow...
https://docs.xano.com/working-with-data/dot-notation
ad61ab143223-0
Leverage Xano's performant and accurate fuzzy search engine. Xano offers robust search capabilities, commonly referred to as fuzzy search, that you can utilize while querying records in a function stack. This includes normalization of words (ie. party vs parties), case-insensitive support, flexible expressions (words, ...
https://docs.xano.com/working-with-data/search
ad61ab143223-1
Note: if you are entering this search expression directly into a JSON payload, then you may need to escape the quotes with a backslash. example: {"search": "\"Toy Story\""} Partial phrase matching Example: "Toy * Story" would return any results that contain Toy Story with one word in between. "Toy *** Story" would retu...
https://docs.xano.com/working-with-data/search
d09bf41544a3-0
Functions are organized, reusable workflows that can be easily added to any API Endpoint. Think of functions like templates or saved commands that make it easy to do the same thing over and over again. Link to YouTube Video: https://www.youtube.com/watch?v=fQEog6BqRn8&feature=youtu.be Functions are used in the Functio...
https://docs.xano.com/working-with-data/functions
fbd7939d6749-0
Database requests are functions that interact with the database. They allow you to manipulate the data from the different database tables in your workspace. The database request functions are: Query All Records - Retrieves all records from the database. But also, you can have full control over the queried data with fi...
https://docs.xano.com/working-with-data/functions/database-requests
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
7