[PR #10] [MERGED] Added Features and Updated Guide #117

Closed
opened 2026-03-16 12:27:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/docs/pull/10
Author: @AmolDerickSoans
Created: 8/25/2021
Status: Merged
Merged: 8/26/2021
Merged by: @liyasthomas

Base: mainHead: main


📝 Commits (6)

  • c62fe0f added authorization feature
  • 6f318eb added oAuth2 diagram
  • 41b793e added more troubleshooting methods to rest
  • fda68ee Merge branch 'hoppscotch:main' into main
  • 1ea8615 added a section on using Auth tokens in rest Guide
  • 29fc57e added Feature : Body

📊 Changes

19 files changed (+204 additions, -54 deletions)

View changed files

📝 content/en/develop.md (+0 -0)
📝 content/en/features/authorization.md (+46 -0)
📝 content/en/features/body.md (+18 -0)
📝 content/en/features/interceptor.md (+36 -4)
📝 content/en/quickstart/graphql.md (+6 -8)
📝 content/en/quickstart/rest.md (+77 -2)
📝 content/en/rest.md (+19 -40)
static/APIGuide/addingToEnv-dark.png (+0 -0)
static/APIGuide/addingToEnv-light.png (+0 -0)
static/APIGuide/github-developer-settings.png (+0 -0)
static/APIGuide/github-personal-access-tokens.png (+0 -0)
static/APIGuide/github-scopes-public.png (+0 -0)
static/APIGuide/usingVar-dark.png (+0 -0)
static/APIGuide/usingVar-light.png (+0 -0)
static/APIdocGuide/RHP_TATVA.zip (+0 -0)
static/Features/OAuth2.0.png (+0 -0)
static/Features/body-dark.png (+0 -0)
static/Features/body-light.png (+0 -0)
📝 static/logo-light.svg (+2 -0)

📄 Description

added more troubleshooting info for REST platform
added guide section on using auth Tokens
added Body and Auth to Features
some other changes


🔄 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/hoppscotch/docs/pull/10 **Author:** [@AmolDerickSoans](https://github.com/AmolDerickSoans) **Created:** 8/25/2021 **Status:** ✅ Merged **Merged:** 8/26/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`c62fe0f`](https://github.com/hoppscotch/docs/commit/c62fe0f87427a10338b87cda3345af0e9ff92a08) added authorization feature - [`6f318eb`](https://github.com/hoppscotch/docs/commit/6f318ebf9f2966ca350467ec19d2b9c8b0837c00) added oAuth2 diagram - [`41b793e`](https://github.com/hoppscotch/docs/commit/41b793e1eface64acc94a44ae1ba91519278df35) added more troubleshooting methods to rest - [`fda68ee`](https://github.com/hoppscotch/docs/commit/fda68ee92695c7bc268137ae4dec26e45bdd8bcb) Merge branch 'hoppscotch:main' into main - [`1ea8615`](https://github.com/hoppscotch/docs/commit/1ea8615f69a146fd0557d42376992b0570816cf8) added a section on using Auth tokens in rest Guide - [`29fc57e`](https://github.com/hoppscotch/docs/commit/29fc57e636bd9825ae80e07042cea3950a978ebd) added Feature : Body ### 📊 Changes **19 files changed** (+204 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `content/en/develop.md` (+0 -0) 📝 `content/en/features/authorization.md` (+46 -0) 📝 `content/en/features/body.md` (+18 -0) 📝 `content/en/features/interceptor.md` (+36 -4) 📝 `content/en/quickstart/graphql.md` (+6 -8) 📝 `content/en/quickstart/rest.md` (+77 -2) 📝 `content/en/rest.md` (+19 -40) ➕ `static/APIGuide/addingToEnv-dark.png` (+0 -0) ➕ `static/APIGuide/addingToEnv-light.png` (+0 -0) ➕ `static/APIGuide/github-developer-settings.png` (+0 -0) ➕ `static/APIGuide/github-personal-access-tokens.png` (+0 -0) ➕ `static/APIGuide/github-scopes-public.png` (+0 -0) ➕ `static/APIGuide/usingVar-dark.png` (+0 -0) ➕ `static/APIGuide/usingVar-light.png` (+0 -0) ➖ `static/APIdocGuide/RHP_TATVA.zip` (+0 -0) ➕ `static/Features/OAuth2.0.png` (+0 -0) ➕ `static/Features/body-dark.png` (+0 -0) ➕ `static/Features/body-light.png` (+0 -0) 📝 `static/logo-light.svg` (+2 -0) </details> ### 📄 Description added more troubleshooting info for REST platform added guide section on using auth Tokens added Body and Auth to Features some other changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:27:10 +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/docs#117
No description provided.