Compare commits
No commits in common. "7c6ad99b542a299a80673f601f4ae57e1639a161" and "cd8cfcaaf3123e312b6afaa0522c839107b91473" have entirely different histories.
7c6ad99b54
...
cd8cfcaaf3
2 changed files with 2 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: Examples
|
title: Examples
|
||||||
description: Example usages of the api
|
description: Example usages of the api
|
||||||
published: false
|
published: false
|
||||||
date: 2024-12-28T21:29:47.658Z
|
date: 2024-12-28T21:28:03.948Z
|
||||||
tags: developers
|
tags: developers
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-12-28T21:11:02.102Z
|
dateCreated: 2024-12-28T21:11:02.102Z
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Getting Started
|
title: Getting Started
|
||||||
description: Api usage
|
description: Api usage
|
||||||
published: false
|
published: false
|
||||||
date: 2024-12-28T21:31:42.426Z
|
date: 2024-12-28T21:16:56.592Z
|
||||||
tags: developers
|
tags: developers
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-12-28T20:10:42.650Z
|
dateCreated: 2024-12-28T20:10:42.650Z
|
||||||
|
@ -52,10 +52,6 @@ dependencies {
|
||||||
> **Note**: Using `latest` ensures that your project always fetches the most recent release, but it might cause issues if breaking changes are introduced. For more stability, consider specifying a specific version (e.g., `3.0.2`).
|
> **Note**: Using `latest` ensures that your project always fetches the most recent release, but it might cause issues if breaking changes are introduced. For more stability, consider specifying a specific version (e.g., `3.0.2`).
|
||||||
{.is-info}
|
{.is-info}
|
||||||
|
|
||||||
## Examples
|
|
||||||
|
|
||||||
For usage examples, please visit the [VehiclesPlus Examples Page](https://docs.sbdevelopment.tech/en/vehiclesplus-v3/api/gettingstarted).
|
|
||||||
|
|
||||||
## API Documentation
|
## API Documentation
|
||||||
|
|
||||||
For additional details and advanced usage refer to the official [VehiclesPlus Javadoc](https://sbdevelopment.tech/javadoc/vehiclesplus-v3/index.html).
|
For additional details and advanced usage refer to the official [VehiclesPlus Javadoc](https://sbdevelopment.tech/javadoc/vehiclesplus-v3/index.html).
|
Reference in a new issue