More APIs in manifold 3.1

This commit is contained in:
Xyon 2023-08-30 18:45:43 +01:00
parent 15fed7b987
commit 71f30b40e8
Signed by: xyon
GPG Key ID: DD18155D6B18078D
4 changed files with 22 additions and 3 deletions

3
Cargo.lock generated
View File

@ -1095,8 +1095,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]] [[package]]
name = "manifold" name = "manifold"
version = "3.0.0" version = "3.1.0"
source = "git+ssh://git@code.orbiter-radio.uk/source/mfold.git#57b79e7a5e9a8b04259dd618a5a48ada4b41ccac"
dependencies = [ dependencies = [
"built", "built",
"chrono", "chrono",

View File

@ -16,6 +16,6 @@ diesel_migrations = "2.1.0"
env_logger = "0.10.0" env_logger = "0.10.0"
log = "0.4.20" log = "0.4.20"
manifold = { git = "ssh://git@code.orbiter-radio.uk/source/mfold.git" } manifold = { git = "ssh://git@code.orbiter-radio.uk/source/mfold.git" }
#manifold = { path = "/home/xyon/Workspace/manifold/" } # manifold = { path = "/home/xyon/Workspace/manifold/" }
poise = "0.5.5" poise = "0.5.5"
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] } tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }

View File

@ -27,6 +27,16 @@
"cache_name": "cat_pics", "cache_name": "cat_pics",
"cache_mode": "Cache", "cache_mode": "Cache",
"api_key": "live_nvupPQbrXjHy8jsZJ1stp72fzsRLR8jQby8IR3l9yMngqAU9gcTEV8RA0OOiK8zP" "api_key": "live_nvupPQbrXjHy8jsZJ1stp72fzsRLR8jQby8IR3l9yMngqAU9gcTEV8RA0OOiK8zP"
},
"dad_jokes": {
"source_uri": "https://icanhazdadjoke.com/search?limit=30",
"cache_name": "dad_jokes",
"cache_mode": "Cache"
},
"nasa_apod": {
"source_uri": "https://api.nasa.gov/planetary/apod?api_key=NZfKclpoaO9HnvfvaCjeJ3csDecvIqNiABVw2YvN",
"cache_name": "nasa_apod",
"cache_mode": "NoCache"
} }
} }
} }

View File

@ -27,6 +27,16 @@
"cache_name": "cat_pics", "cache_name": "cat_pics",
"cache_mode": "Cache", "cache_mode": "Cache",
"api_key": "live_nvupPQbrXjHy8jsZJ1stp72fzsRLR8jQby8IR3l9yMngqAU9gcTEV8RA0OOiK8zP" "api_key": "live_nvupPQbrXjHy8jsZJ1stp72fzsRLR8jQby8IR3l9yMngqAU9gcTEV8RA0OOiK8zP"
},
"dad_jokes": {
"source_uri": "https://icanhazdadjoke.com/search?limit=30",
"cache_name": "dad_jokes",
"cache_mode": "Cache"
},
"nasa_apod": {
"source_uri": "https://api.nasa.gov/planetary/apod?api_key=NZfKclpoaO9HnvfvaCjeJ3csDecvIqNiABVw2YvN",
"cache_name": "nasa_apod",
"cache_mode": "NoCache"
} }
} }
} }