-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73df32a
commit afc563a
Showing
9 changed files
with
101 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
API | ||
====== | ||
|
||
.. autoclass:: gotrue._async.api.AsyncGoTrueAPI | ||
:inherited-members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Client | ||
====== | ||
|
||
The entrypoint to the library is the Client class. To interact with the Gotrue API, you make an instance of this class. | ||
|
||
|
||
.. autoclass:: gotrue.AsyncGoTrueClient | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
API Reference | ||
============= | ||
|
||
.. note:: | ||
The library offers both synchronous and asynchronous clients. | ||
Note that the synchronous and asynchronous classes all provide the exact same interface. | ||
Only the async client and it's methods are documented here. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: API Reference: | ||
|
||
Client <client> | ||
API <api> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
gotrue package | ||
============== | ||
|
||
Submodules | ||
---------- | ||
|
||
gotrue.constants module | ||
----------------------- | ||
|
||
.. automodule:: gotrue.constants | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gotrue.exceptions module | ||
------------------------ | ||
|
||
.. automodule:: gotrue.exceptions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gotrue.helpers module | ||
--------------------- | ||
|
||
.. automodule:: gotrue.helpers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gotrue.http\_clients module | ||
--------------------------- | ||
|
||
.. automodule:: gotrue.http_clients | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gotrue.types module | ||
------------------- | ||
|
||
.. automodule:: gotrue.types | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: gotrue | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
gotrue-py | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
gotrue |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.