Showing content from https://pub.dev/documentation/github/latest/browser_helper/../github/ below:
github library - Dart API
menu
github.dart
github library
Functions
-
buildQueryString(Map<String, dynamic> params) → String
-
-
copyOf(dynamic input) → dynamic
-
-
createNonNullMap<K, V>(Map<K, V> input, {bool recursive = true}) → Map<K, V?>
-
Returns a new map containing only the entries of
input
whose value is not null.
-
dateToGitHubIso8601(DateTime? date) → String?
-
Converts the
date
to GitHub's ISO-8601 format:
-
findAuthenticationFromEnvironment() → Authentication
-
Looks for GitHub Authentication information from the current environment.
-
findAuthenticationInMap(Map map) → Authentication?
-
Checks the passed in map for keys in COMMON_GITHUB_TOKEN_ENV_KEYS. The first one that exists is used as the github token to call Authentication.withToken with. If the above fails, the GITHUB_USERNAME and GITHUB_PASSWORD keys will be checked. If those keys both exist, then Authentication.basic will be used.
-
getResponseDate(Object obj) → DateTime?
-
-
getResponseEtag(Object obj) → String?
-
-
mapToList(Map input) → List<MapEntry>
-
-
parseFancyNumber(String input) → int
-
-
-
putValue(String name, dynamic value, Map<String, dynamic> map) → void
-
Puts a
name
and value
into the map
if value
is not null. If value
is null, nothing is added.
-
slugFromAPIUrl(String url) → RepositorySlug
-
Typedefs
-
JSONConverter<S, T> = T Function(S input)
-
Creates a Model Object from the JSON
input
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4