[PR #356] [MERGED] examples: use http #544

Closed
opened 2026-03-03 12:30:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/356
Author: @fsouza
Created: 10/30/2020
Status: Merged
Merged: 10/30/2020
Merged by: @fsouza

Base: mainHead: examples-with-http


📝 Commits (4)

  • b3221c1 ci: use http for the Python example
  • ae43a3c ci: use http in go example
  • 577803e examples/python: remove some unused imports
  • 6175dda ci: run nodejs example with http

📊 Changes

7 files changed (+18 additions, -49 deletions)

View changed files

📝 ci/run-go-example.sh (+2 -1)
📝 ci/run-node-example.sh (+2 -1)
📝 ci/run-python-example.sh (+2 -1)
📝 examples/go/main.go (+9 -15)
📝 examples/node/index.js (+1 -3)
📝 examples/python/python.py (+2 -27)
📝 examples/python/requirements.txt (+0 -1)

📄 Description

No description provided


🔄 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/fsouza/fake-gcs-server/pull/356 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 10/30/2020 **Status:** ✅ Merged **Merged:** 10/30/2020 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `examples-with-http` --- ### 📝 Commits (4) - [`b3221c1`](https://github.com/fsouza/fake-gcs-server/commit/b3221c187a2cd4f88b4dfb31b55559414dc488b7) ci: use http for the Python example - [`ae43a3c`](https://github.com/fsouza/fake-gcs-server/commit/ae43a3c68bfc53dcc1dc0f18f996ecb3890c56a7) ci: use http in go example - [`577803e`](https://github.com/fsouza/fake-gcs-server/commit/577803ea71cf44be56925e3a57e29df54df55758) examples/python: remove some unused imports - [`6175dda`](https://github.com/fsouza/fake-gcs-server/commit/6175dda8d72f7aed84ab9bff2abac8f7a1c52030) ci: run nodejs example with http ### 📊 Changes **7 files changed** (+18 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `ci/run-go-example.sh` (+2 -1) 📝 `ci/run-node-example.sh` (+2 -1) 📝 `ci/run-python-example.sh` (+2 -1) 📝 `examples/go/main.go` (+9 -15) 📝 `examples/node/index.js` (+1 -3) 📝 `examples/python/python.py` (+2 -27) 📝 `examples/python/requirements.txt` (+0 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:30:31 +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/fake-gcs-server#544
No description provided.