Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 0379a8d

Browse files
committed
Merge branch 'master' of github.com:supabase/postgrest-js
2 parents 1922977 + 8582922 commit 0379a8d

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ let client = new PostgrestClient('https://your-postgrest.com')
3838
The URL from where your postgREST queries.
3939

4040
`OPTIONS: object?`
41-
```
41+
```js
4242
/**
43-
* @ param {object?} headers
43+
* @param {object?} headers
4444
* List of headers as keys and their corresponding values
4545
*
46-
* @ param {object?} query_params
46+
* @param {object?} query_params
4747
* List of query parameters as keys and their corresponding values
4848
*
49-
* @ param {string} schema
49+
* @param {string} schema
5050
* If you are using postgREST version v7.0.0 and above,
5151
* you can use this to indicate your selected schema.
5252
* This is provided that your schema is included in db-schema

package-lock.json

Lines changed: 4 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)