Removed all instances of the term 'Postman'
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<b>A free, fast and beautiful API request builder</b>
|
<b>A free, fast and beautiful API request builder</b>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<i>Web alternative to Postman - Helps you create requests faster, saving precious time on development - <a href="https://postwoman.launchaco.com">Subscribe</a></i>
|
<i>Helps you create requests faster, saving precious time on development - <a href="https://postwoman.launchaco.com">Subscribe</a></i>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="icon"
|
class="icon"
|
||||||
onClick="window.open('https://twitter.com/share?text=👽 Postwoman • A free, fast and beautiful API request builder - Web alternative to Postman - Helps you create requests faster, saving precious time on development.&url=https://postwoman.io&hashtags=postwoman&via=liyasthomas');"
|
onClick="window.open('https://twitter.com/share?text=👽 Postwoman • A free, fast and beautiful API request builder - Helps you create requests faster, saving precious time on development.&url=https://postwoman.io&hashtags=postwoman&via=liyasthomas');"
|
||||||
v-close-popover
|
v-close-popover
|
||||||
>
|
>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
|
||||||
@@ -400,7 +400,7 @@ export default {
|
|||||||
.share({
|
.share({
|
||||||
title: "Postwoman",
|
title: "Postwoman",
|
||||||
text:
|
text:
|
||||||
"Postwoman • A free, fast and beautiful API request builder - Web alternative to Postman - Helps you create requests faster, saving precious time on development.",
|
"Postwoman • A free, fast and beautiful API request builder - Helps you create requests faster, saving precious time on development.",
|
||||||
url: "https://postwoman.io/",
|
url: "https://postwoman.io/",
|
||||||
})
|
})
|
||||||
.then(() => {})
|
.then(() => {})
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ require("dotenv").config()
|
|||||||
export const options = {
|
export const options = {
|
||||||
name: "Postwoman",
|
name: "Postwoman",
|
||||||
shortDescription: "A free, fast and beautiful API request builder",
|
shortDescription: "A free, fast and beautiful API request builder",
|
||||||
description:
|
description: "Helps you create requests faster, saving precious time on development.",
|
||||||
"Web alternative to Postman - Helps you create requests faster, saving precious time on development.",
|
|
||||||
loading: {
|
loading: {
|
||||||
color: "#202124",
|
color: "#202124",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user