[PR #172] [MERGED] Documentation fixes #285

Closed
opened 2026-02-27 20:24:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/172
Author: @marioortizmanero
Created: 12/28/2020
Status: Merged
Merged: 1/19/2021
Merged by: @ramsayleung

Base: masterHead: doc-fixes


📝 Commits (3)

📊 Changes

10 files changed (+85 additions, -49 deletions)

View changed files

📝 examples/webapp/Cargo.toml (+3 -1)
📝 examples/webapp/src/main.rs (+37 -20)
📝 src/client.rs (+13 -9)
📝 src/model/enums/country.rs (+2 -1)
📝 src/model/enums/misc.rs (+5 -5)
📝 src/model/enums/types.rs (+2 -1)
📝 src/model/mod.rs (+15 -6)
📝 src/model/playlist.rs (+1 -1)
📝 src/model/show.rs (+2 -1)
📝 src/model/track.rs (+5 -4)

📄 Description

Description

I've fixed a few things in the docs. I mostly made sure all coments are
80-characters long and some typos I found.

This PR also fixes the webapp example, which wasn't working.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/172 **Author:** [@marioortizmanero](https://github.com/marioortizmanero) **Created:** 12/28/2020 **Status:** ✅ Merged **Merged:** 1/19/2021 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `doc-fixes` --- ### 📝 Commits (3) - [`0816cf6`](https://github.com/ramsayleung/rspotify/commit/0816cf6c6782f3e58c90be99b75789b5da43f85b) 80-character length lines and some fixes - [`9d0db49`](https://github.com/ramsayleung/rspotify/commit/9d0db4935a73786e91e23f4f7ff71b1a9ca410d5) fix webapp example - [`80a7b6f`](https://github.com/ramsayleung/rspotify/commit/80a7b6f93686760dcfe9c6b72a5099e053ebc613) merge w/ master ### 📊 Changes **10 files changed** (+85 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `examples/webapp/Cargo.toml` (+3 -1) 📝 `examples/webapp/src/main.rs` (+37 -20) 📝 `src/client.rs` (+13 -9) 📝 `src/model/enums/country.rs` (+2 -1) 📝 `src/model/enums/misc.rs` (+5 -5) 📝 `src/model/enums/types.rs` (+2 -1) 📝 `src/model/mod.rs` (+15 -6) 📝 `src/model/playlist.rs` (+1 -1) 📝 `src/model/show.rs` (+2 -1) 📝 `src/model/track.rs` (+5 -4) </details> ### 📄 Description ## Description I've fixed a few things in the docs. I mostly made sure all coments are 80-characters long and some typos I found. This PR also fixes the `webapp` example, which wasn't working. ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#285
No description provided.