-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #488 from bandada-infra/docs/update-api-sdk
docs: update api sdk docs with the latest bandada changes
- Loading branch information
Showing
8 changed files
with
250 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# API | ||
|
||
The API has a list of endpoints to interact with the Bandada infrastructure. | ||
|
||
It is compatible with any programming language that supports REST API requests. | ||
|
||
Read the documentation of the API and try it out: [Bandada API Docs](https://api.bandada.pse.dev/). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
--- | ||
sidebar_position: 3 | ||
sidebar_position: 4 | ||
--- | ||
|
||
# FAQ | ||
# FAQ | ||
|
||
## Where can I ask questions about Bandada? | ||
|
||
You can ask questions about Bandada in the [PSE Discord](https://discord.com/invite/sF5CT5rzrR), there is a channel for it called `bandada` or by opening a [Bandada Discussion](https://github.com/orgs/bandada-infra/discussions). | ||
|
||
The most frequent asked questions will be listed below. | ||
|
||
## How can I start a project using Bandada? | ||
|
||
There are 3 ways you can start using Bandada in your project: | ||
|
||
- [API](https://api.bandada.pse.dev/) | ||
|
||
This is a good option if you are not using TypeScript/JavaScript and want to interact with the Bandada infrastructure. | ||
|
||
- [API SDK](https://github.com/bandada-infra/bandada/tree/main/libs/api-sdk) | ||
|
||
This is a good option if you are using TypeScript/JavaScript and want to interact with the Bandada infrastructure. | ||
|
||
- [Boilerplate](https://github.com/bandada-infra/boilerplate) | ||
|
||
This is a good option if you want to quickly create a Bandada project because you can fork it, clone it or use it as a template. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 4 | ||
sidebar_position: 5 | ||
--- | ||
|
||
import RenderArticles from "../src/components/RenderArticles" | ||
|
Oops, something went wrong.