Skip to content

Commit

Permalink
mentioned sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 10, 2024
1 parent 0108fb4 commit aa0caa9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ The API is rate-limited to prevent abuse. Current limits are:

If you exceed these limits, you'll receive a 429 Too Many Requests response.

## SDKs

To make integration easier, Vanguard provides official SDKs for popular programming languages. Currently, we support:

- PHP SDK: [GitHub Repository](https://github.com/vanguardbackup/vanguard-php-sdk)

These SDKs provide a convenient wrapper around our API, handling authentication, request formatting, and response parsing for you. We recommend using them when available for your preferred language.

## Best Practices

1. **Use appropriate scopes**: Only request the minimal set of permissions your application needs. See the [Authentication documentation](/api/authentication#available-scopes) for details on available scopes.
Expand Down

0 comments on commit aa0caa9

Please sign in to comment.