Skip to content

Commit

Permalink
chore: update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbyUitbeijerse committed Jun 5, 2024
1 parent 4eef87f commit 834783c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions pages/service/full-api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ The Beam API is a RESTful API. Given you have obtained your api key, you are abl

If you ever feel the need to access all of the available endpoints directly from our deployed service, you can use the following links

### Custodial API
### Automation API

```md filename="Swagger UI"
https://api.testnet.onbeam.com/api/game
https://api.testnet.onbeam.com/api/automation
```

```md filename="OpenAPI specification (JSON)"
https://api.testnet.onbeam.com/api/game-json
https://api.testnet.onbeam.com/api/automation-json
```

```md filename="OpenAPI specification (YAML)"
https://api.testnet.onbeam.com/api/game-yaml
https://api.testnet.onbeam.com/api/automation-yaml
```


### Self-custody API
### Player API

```md filename="Swagger UI"
https://api.testnet.onbeam.com/api/self-custody
https://api.testnet.onbeam.com/api/player
```

```md filename="OpenAPI specification (JSON)"
https://api.testnet.onbeam.com/api/self-custody-json
https://api.testnet.onbeam.com/api/player-json
```

```md filename="OpenAPI specification (YAML)"
https://api.testnet.onbeam.com/api/self-custody-yaml
https://api.testnet.onbeam.com/api/player-yaml
```
2 changes: 1 addition & 1 deletion pages/service/operations/creating-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Creating operations

When you would like to transfer an asset that is owned by your user, you will need to ask them to sign for the transaction involved.

In order to do this, you need to initiate an Operation. Initiating an Operation is as simple as calling a method on the server client for the self-custodial API. If the thing you're trying to do requires the user to sign a transaction, an Operation will be returned.
In order to do this, you need to initiate an Operation. Initiating an Operation is as simple as calling a method on the server client for the Player API. If the thing you're trying to do requires the user to sign a transaction, an Operation will be returned.

To make this a bit more tangible, here's a call you might make. At the bottom you will find an Operation response.
**Disclaimer:** [Operations](/service/operations/introduction) will remain valid for a 24-hour time period, after which they will be removed / cleaned up.
Expand Down

0 comments on commit 834783c

Please sign in to comment.