8000 Update README.md · mmrech/api_python@7eae6d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7eae6d7

Browse files
Update README.md
1 parent a26a84c commit 7eae6d7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ $ pip install abacusai
1111

1212
## Documentation
1313

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)
1717

1818
## Getting Started
1919

@@ -26,11 +26,7 @@ from abacusai import ApiClient
2626
client = ApiClient('YOUR_API_KEY')
2727
```
2828

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)
3430

3531
## License
3632
[MIT](https://github.com/abacusai/api-python/blob/main/LICENSE)

0 commit comments

Comments
 (0)
0