mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
604 B
43 lines
604 B
1 year ago
|
---
|
||
|
title: 'Code Snippets'
|
||
|
description: 'Code Snippets Examples in different ways'
|
||
|
---
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
In the table topbar, toggle to `Details` tab, click `APIs`.
|
||
|
Tab body will display sample code snippet for List API.
|
||
|
|
||
|
![code snippet](https://github.com/nocodb/nocodb/assets/86527202/fb281926-b066-48b2-9b91-8b628a3c09b4)
|
||
|
|
||
|
## Supported Snippet
|
||
|
|
||
|
### Shell
|
||
|
- cURL
|
||
|
- wget
|
||
|
|
||
|
### Javascript
|
||
|
- Axios
|
||
|
- Fetch
|
||
|
- jQuery
|
||
|
- XHR
|
||
|
|
||
|
### Node
|
||
|
- Axios
|
||
|
- Fetch
|
||
|
- Request
|
||
|
- Native
|
||
|
- Unirest
|
||
|
|
||
|
### NocoDB SDK
|
||
|
- Javascript
|
||
|
- Node
|
||
|
|
||
|
### PHP
|
||
|
### Python
|
||
|
- http.client
|
||
|
- request
|
||
|
|
||
|
### Ruby
|
||
|
### Java
|
||
|
### C
|