Skip to content

Commit

Permalink
Update API URLs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Aug 21, 2024
1 parent f325f4a commit 5981674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Query parameters
> [!WARNING]\
> If crawler is not a browser, response will be original XML feed.
Example: <https://feedrender.git-projects.xyz/api/render?url=https://2hdp.fr/2HDP.xml>
Example: <https://feedrender.kiwilan.app/api/render?url=https://2hdp.fr/2HDP.xml>

### JSON

Expand All @@ -105,7 +105,7 @@ Query parameters
| ----- | -------- | -------- | ----------- | --------------------------------- |
| `url` | true | `string` | `undefined` | URL of RSS feed, allow base64 URL |

Example: <https://feedrender.git-projects.xyz/api/json?url=https://2hdp.fr/2HDP.xml>
Example: <https://feedrender.kiwilan.app/api/json?url=https://2hdp.fr/2HDP.xml>

### XML

Expand All @@ -126,7 +126,7 @@ Query parameters
| ----- | -------- | -------- | ----------- | --------------------------------- |
| `url` | true | `string` | `undefined` | URL of RSS feed, allow base64 URL |

Example: <https://feedrender.git-projects.xyz/api/xml?url=https://feedpress.me/rdvjeux>
Example: <https://feedrender.kiwilan.app/api/xml?url=https://feedpress.me/rdvjeux>

## Tests

Expand Down

0 comments on commit 5981674

Please sign in to comment.