Skip to content

Commit

Permalink
ipdated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumW1 committed Oct 10, 2024
1 parent 29042b2 commit 665151b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ await api.SearchMarketplace("R4-c", 20);
```

<details>
<summary>Response</summary>
<summary>Example Response</summary>

```
{
Expand Down Expand Up @@ -1095,7 +1095,7 @@ await api.advancedMarketplaceSearch(
```

<details>
<summary>Response</summary>
<summary>Example Response</summary>

```
{
Expand Down Expand Up @@ -1251,7 +1251,7 @@ Returns recommended items for a profile
```

<details>
<summary>Response</summary>
<summary>Example Response</summary>

```
{
Expand Down Expand Up @@ -1419,7 +1419,7 @@ await api.getItemDetails("aee4bdf2-0b54-4c6d-af93-9fe4848e1f76");
```

<details>
<summary>Response</summary>
<summary>Example Response</summary>

```
{
Expand Down Expand Up @@ -1484,7 +1484,7 @@ await api.GetTransactionHistory("91193155-2b57-48f1-b69b-556f5e4ccfea", 20);
```

<details>
<summary>Response</summary>
<summary>Example Response</summary>

```
{
Expand Down Expand Up @@ -1546,7 +1546,7 @@ await api.GetPendingtransactions("91193155-2b57-48f1-b69b-556f5e4ccfea", 20);
```

<details>
<summary>Response</summary>
<summary>Example Response</summary>

```
{
Expand Down

0 comments on commit 665151b

Please sign in to comment.