Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtalarico/apidocs.samples
Samples for ApiDocs.co
https://github.com/gtalarico/apidocs.samples
Last synced: 14 days ago
JSON representation
Samples for ApiDocs.co
- Host: GitHub
- URL: https://github.com/gtalarico/apidocs.samples
- Owner: gtalarico
- Created: 2019-09-07T21:52:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T08:52:57.000Z (over 2 years ago)
- Last Synced: 2024-05-04T00:22:01.019Z (6 months ago)
- Language: C#
- Homepage: https://apidocs.co
- Size: 3.3 MB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApiDocs.co - Code Search Sample
### How Does it Work?
[Apidocs.co](https://apidocs.co) uses the GitHub Code Search API against this repo to provide Code Samples directly within pages.
Because the GitHub Code Search API is limited to a single user or repo, this repository aggregates multiple relevant repos so they can all be searchable in a single request.
### Limitations
* It's plain text search – some generic names like `Application` can trigger many false positives
* It's limited to certain entity types (e.g., `Class`, `Method`, `Property`, etc.)### How to Contribute?
* Fork this repo
* Add a relevant repo to `repos.json`
* Run `python update.py`
* Send a [Pull Request](https://github.com/gtalarico/apidocs.samples/pulls)