We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fare un solo endpoint che restituisce tutte le info: Esempio:
info = [{ data: "extra" meta: { count: 1343434343 date_start: 202201 date_end: 202212 }, { data: "extra_trim" meta: { count: 1343434343 date_start: 202201 date_end: 202212 }, { data: "intra" meta: { count: 1343434343 date_start: .202201 date_end: 202212 }, { data: "intra_trim" meta: { count: 1343434343 date_start: 202201 date_end: 202212 }]
The text was updated successfully, but these errors were encountered:
Per testare la nuova funzione get_info(): start server -> open browser -> localhost:XXXX/get_info
get_info()
Sorry, something went wrong.
liminalfever
No branches or pull requests
fare un solo endpoint che restituisce tutte le info:
Esempio:
info = [{
data: "extra"
meta: {
count: 1343434343
date_start: 202201
date_end: 202212
},
{
data: "extra_trim"
meta: {
count: 1343434343
date_start: 202201
date_end: 202212
},
{
data: "intra"
meta: {
count: 1343434343
date_start: .202201
date_end: 202212
},
{
data: "intra_trim"
meta: {
count: 1343434343
date_start: 202201
date_end: 202212
}]
The text was updated successfully, but these errors were encountered: