You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Like the project? Please give it a Star so it can reach more people >>>>> [](https://github.com/UpdAPI/updAPI/stargazers)
@@ -22,14 +22,14 @@
22
22
23
23
`api-docs-urls.csv` contains a **centralized collection of popular APIs** with **links to their official documentation and associated policies**. It includes tools to scrape, preprocess, and update the dataset for better usability and retrieval.
24
24
25
-
api-docs-url.csv:
25
+
api-docs-urls.csv:
26
26
27
27
| API Name | Official Documentation URL | Privacy Policy URL | Terms of Service URL | Rate Limiting Policy URL | Changelog/Release Notes URL | Security Policy URL | Developer Community/Forum URL |
| OpenAI API |[Documentation](https://platform.openai.com/docs)|[Privacy](https://openai.com/privacy)|[Terms](https://openai.com/terms)|[Rate Limits](https://platform.openai.com/docs/guides/rate-limits)|[Changelog](https://platform.openai.com/docs/release-notes)|[Security](https://openai.com/security)|[Community](https://community.openai.com/)|
30
30
...
31
31
32
-
> ⚠️ **the URLs are auto-generated and require manual verification**
32
+
> ⚠️ **The URLs are auto-generated and require manual verification**
33
33
> We aim to maintain these URLs to be pointing to the **current** document (TODO: Set up cron jobs/GitHub Actions to periodically re-run the scrapers and keep the dataset up-to-date)
34
34
35
35
@@ -194,7 +194,7 @@ Contributions are welcome! Here's how you can contribute:
194
194
195
195
2. **Verify API Entries**:
196
196
- Is the URL up-to-date?
197
-
- Is the URL root-level for the relevant page? (api.com/docs/, not api.com/docs/nested)
197
+
- Is the URL root-level for the relevant page? (`api.com/docs/`, not `api.com/docs/nested`)
198
198
- Is the API doc public and does it comply with "robots.txt"?
199
199
- Does the URL provide all the expected information (changelogs, rate limits, etc) ?
200
200
- Is there any dynamically loaded page content that the scraper is able to extract?
@@ -238,7 +238,7 @@ This repository is licensed under the [MIT License](LICENSE).
238
238
- Limited API support.
239
239
- Some features may not work as expected.
240
240
241
-
Check the [Open Issues](https://github.com/yourusername/updapi/issues) for more details.
241
+
Check the [Open Issues](https://github.com/in-c0/updapi/issues) for more details.
242
242
243
243
---
244
244
@@ -258,8 +258,8 @@ Check the [Open Issues](https://github.com/yourusername/updapi/issues) for more
0 commit comments