Browse Source

docs: update screenshots in code snippets

pull/3976/head
Wing-Kam Wong 2 years ago
parent
commit
e0a9b2223a
  1. 9
      packages/noco-docs/content/en/setup-and-usages/code-snippets.md

9
packages/noco-docs/content/en/setup-and-usages/code-snippets.md

@ -10,35 +10,40 @@ menuTitle: 'Code Snippets'
In the table toolbar, click Table name button and click `Get API Snippet`. In the table toolbar, click Table name button and click `Get API Snippet`.
<img width="468" alt="image" src="https://user-images.githubusercontent.com/35857179/189104172-4f7f6b6d-cae1-431e-8a7a-26127cf8a791.png"> <img width="476" alt="image" src="https://user-images.githubusercontent.com/35857179/194796042-e80ee8dd-a26f-4b75-a7ff-7cfdab1dcc43.png">
A modal box will be shown with sample code snippet for List API. A modal box will be shown with sample code snippet for List API.
<img width="1498" alt="image" src="https://user-images.githubusercontent.com/35857179/189104418-cfa38ec0-ee91-4e72-83e1-6e28ab0311d1.png"> <img width="1499" alt="image" src="https://user-images.githubusercontent.com/35857179/194796072-b521e3eb-4f25-42d9-bdfe-ef2dd22a1efa.png">
## Supported Snippet ## Supported Snippet
### Shell ### Shell
- cURL - cURL
- wget - wget
### Javascript ### Javascript
- Axios - Axios
- Fetch - Fetch
- jQuery - jQuery
- XHR - XHR
### Node ### Node
- Axios - Axios
- Fetch - Fetch
- Request - Request
- Native - Native
- Unirest - Unirest
### NocoDB SDK ### NocoDB SDK
- Javascript - Javascript
- Node - Node
### PHP ### PHP
### Python ### Python
- http.client - http.client
- request - request
### Ruby ### Ruby
### Java ### Java
### C ### C
Loading…
Cancel
Save