- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for html_url (0.04 seconds)
-
docs/en/data/topic_repos.yml
- name: full-stack-fastapi-template html_url: https://github.com/fastapi/full-stack-fastapi-template stars: 42397 owner_login: fastapi owner_html_url: https://github.com/fastapi - name: Hello-Python html_url: https://github.com/mouredev/Hello-Python stars: 34997 owner_login: mouredev owner_html_url: https://github.com/mouredev - name: serve html_url: https://github.com/jina-ai/serve stars: 21857 owner_login: jina-ai
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 12:36:41 GMT 2026 - 16K bytes - Click Count (0) -
scripts/topic_repos.py
continue final_repos.append( Repo( name=repo.name, html_url=repo.html_url, stars=repo.stargazers_count, owner_login=repo.owner.login, owner_html_url=repo.owner.html_url, ) ) data = [repo.model_dump() for repo in final_repos] # Local developmentCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Dec 16 12:34:01 GMT 2025 - 2.7K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateFixedIssuesInReleaseNotes.kt
import java.net.http.HttpResponse data class GitHubIssueSearchResult(val items: List<GitHubIssue>) data class GitHubIssue( val number: Int, val title: String, @SerializedName("html_url") val htmlUrl: String ) const val FIXED_ISSUES_INTRO = "The following issues were resolved:" @DisableCachingByDefault(because = "Depends on GitHub API")
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:49:33 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/en/docs/external-links.md
/// ## GitHub Repositories Most starred [GitHub repositories with the topic `fastapi`](https://github.com/topics/fastapi): {% for repo in topic_repos %} <a href={{repo.html_url}} target="_blank">★ {{repo.stars}} - {{repo.name}}</a> by <a href={{repo.owner_html_url}} target="_blank">@{{repo.owner_login}}</a>.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 868 bytes - Click Count (0) -
schema/naming_test.go
"HTTPAndSMTP": "http_and_smtp", "HTTPServerHandlerForURLID": "http_server_handler_for_url_id", "UUID": "uuid", "HTTPURL": "http_url", "HTTP_URL": "http_url", "SHA256Hash": "sha256_hash", "SHA256HASH": "sha256_hash",
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Tue May 30 02:00:48 GMT 2023 - 7K bytes - Click Count (0)