More APIs in manifold 3.1
This commit is contained in:
parent
15fed7b987
commit
71f30b40e8
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue