File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ $ pip install abacusai
11
11
12
12
## Documentation
13
13
14
- Function Documentation: https://abacusai.github.io/api-python/autoapi/abacusai/index.html
15
-
16
- For a full list of APIs and code snippet examples, see the [ Abacus.AI Documentation ] ( https://abacus.ai/app/help/ref/overview ) .
14
+ - Python SDK Documentation: [ Abacus.AI Python SDK ] ( https://abacusai.github.io/api-python/autoapi/abacusai/index.html )
15
+ - Full list of API's and examples: [ Abacus.AI APIs Reference ] (( https://abacus.ai/app/help/ref/overview )
16
+ - Python Example usage: [ Here ] ( https://github.com/abacusai/api-python/blob/main/examples )
17
17
18
18
## Getting Started
19
19
@@ -26,11 +26,7 @@ from abacusai import ApiClient
26
26
client = ApiClient(' YOUR_API_KEY' )
27
27
```
28
28
29
- [ API KEY] ( https://abacus.ai/app/profile/apikey )
30
-
31
- [ Abacus.AI CheatSheet] ( https://github.com/abacusai/api-python/blob/main/examples/CheatSheet.md )
32
-
33
- [ Abacus.AI API Examples] ( https://github.com/abacusai/api-python/blob/main/examples )
29
+ You can find your API key from here: [ API KEY] ( https://abacus.ai/app/profile/apikey )
34
30
35
31
## License
36
32
[ MIT] ( https://github.com/abacusai/api-python/blob/main/LICENSE )
You can’t perform that action at this time.
0 commit comments