Skip to content

Commit

Permalink
tldr changes of 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed May 23, 2023
1 parent ffc1574 commit dd012b7
Showing 1 changed file with 136 additions and 0 deletions.
136 changes: 136 additions & 0 deletions changes/2.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
# Changes

### mods.name
Now it's returns empty string for nomod instead of NM

<br>

# New endpoints

## v2

Chat: [new](/cyperdark/osu-api-extended/wiki/v2.chat.new) | [channels.join](/cyperdark/osu-api-extended/wiki/v2.chat.channels.join) | [channels.leave](/cyperdark/osu-api-extended/wiki/v2.chat.channels.leave)

Comments: [edit](/cyperdark/osu-api-extended/wiki/v2.comments.edit) | [new](/cyperdark/osu-api-extended/wiki/v2.comments.new) | [remove](/cyperdark/osu-api-extended/wiki/v2.comments.remove) | [vote](/cyperdark/osu-api-extended/wiki/v2.comments.vote)

Forum: [post.edit](/cyperdark/osu-api-extended/wiki/v2.forums.post.edit)
| [topic.edit](/cyperdark/osu-api-extended/wiki/v2.forums.topic.edit) | [topic.new](/cyperdark/osu-api-extended/wiki/v2.forums.topic.new) | [topic.reply](/cyperdark/osu-api-extended/wiki/v2.forums.topic.reply)

Rooms: [details](/cyperdark/osu-api-extended/wiki/v2.room.details) | [leaderboard](/cyperdark/osu-api-extended/wiki/v2.room.leaderboard) | [rooms.list](/cyperdark/osu-api-extended/wiki/v2.rooms.list)

<br>

# Endpoints changes

```diff
- v2.backgrounds.seasonal
+ v2.assets.seasonalBackgrounds
```

```diff
- v2.beatmap.attributes
+ v2.beatmap.id.attributes
```

```diff
- v2.beatmap.diff
+ v2.beatmap.id.details
```

```diff
- v2.beatmap.download
+ v2.beatmap.set.download
```

```diff
- v2.beatmap.events
+ v2.beatmaps.events
```

```diff
- v2.beatmap.favourites
+ v2.beatmap.set.addToFavourites
```

```diff
- v2.beatmap.favourites
+ v2.beatmap.set.addToFavourites
```

```diff
- v2.beatmap.leaderboard
+ v2.scores.beatmap
```

```diff
- v2.beatmap.list
+ v2.beatmaps.details
```

```diff
- v2.beatmap.lookup.diff
+ v2.beatmap.id.lookup
```

```diff
- v2.beatmap.lookup.set
+ v2.beatmap.set.lookup
```

```diff
- v2.beatmap.search
+ v2.beatmaps.search
```

```diff
- v2.beatmap.set
+ v2.beatmap.set.details
```

```diff
- v2.chat.channel.messages.readed
+ v2.chat.channels.messages.markAsReaded
```

```diff
- v2.group.list
+ v2.users.groups.list
```

```diff
- v2.news.details
+ v2.site.news.details
```

```diff
- v2.news.list
+ v2.site.news.list
```

```diff
- v2.user.list
+ v2.users.details
```

```diff
- v2.user.scores.beatmap.best
- v2.user.scores.beatmap.all
+ v2.scores.user.beatmap
```

```diff
- v2.user.scores.category
+ v2.scores.user.category
```

```diff
- v2.ranking.details
+ v2.site.ranking.details
```

<br>
<br>

## Temporary removed
- v2.chat.presense
- v2.notifications.readed

0 comments on commit dd012b7

Please sign in to comment.