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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Open API Web Search project is all about providing a simple way for developers t
16
16
17
17
The goal of this project can be achieved with the following milestones:
18
18
19
-
1.**Crawling**: Crawl webpages looking for API Definitions—mostly from lesser-known sources.
19
+
1.**Crawling**: Crawl webpages looking for **valid**API Definitions—mostly from lesser-known sources.
20
20
2.**Indexing**: Validate & store indexed crawl results.
21
21
3.**Implementing a search algorithm**: Using this large dataset of OpenAPI/Swagger specifications, expose an API that abstracts away the complexity of searching the web for specific terms for finding APIs
22
22
4.**Providing an interface**: Design a UI for API consumers and producers to initiate a search looking for APIs. Initially, the search can be done using metadata—the info object of the [OpenAPI document](https://spec.openapis.org/oas/latest.html#info-object).
0 commit comments