Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPetropoulos authored Nov 27, 2024
1 parent a26a84c commit 7eae6d7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ $ pip install abacusai

## Documentation

Function Documentation: https://abacusai.github.io/api-python/autoapi/abacusai/index.html

For a full list of APIs and code snippet examples, see the [Abacus.AI Documentation](https://abacus.ai/app/help/ref/overview).
- Python SDK Documentation: [Abacus.AI Python SDK](https://abacusai.github.io/api-python/autoapi/abacusai/index.html)
- Full list of API's and examples: [Abacus.AI APIs Reference]((https://abacus.ai/app/help/ref/overview)
- Python Example usage: [Here](https://github.com/abacusai/api-python/blob/main/examples)

## Getting Started

Expand All @@ -26,11 +26,7 @@ from abacusai import ApiClient
client = ApiClient('YOUR_API_KEY')
```

[API KEY](https://abacus.ai/app/profile/apikey)

[Abacus.AI CheatSheet](https://github.com/abacusai/api-python/blob/main/examples/CheatSheet.md)

[Abacus.AI API Examples](https://github.com/abacusai/api-python/blob/main/examples)
You can find your API key from here: [API KEY](https://abacus.ai/app/profile/apikey)

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

0 comments on commit 7eae6d7

Please sign in to comment.