Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
VIKTORVAV99 authored Jan 12, 2025
2 parents 0ac3c7e + 5c68e5a commit e61bc27
Show file tree
Hide file tree
Showing 92 changed files with 2,661 additions and 2,718 deletions.
4 changes: 2 additions & 2 deletions mockserver/generate_mock_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const axios = require('axios');
const fs = require('fs');

// API Version
const API_VERSION = 'v9';
const API_VERSION = 'v10';

const writeJSON = (fileName, obj, encoding = 'utf8') =>
fs.writeFileSync(fileName, JSON.stringify(obj), encoding);
Expand All @@ -16,7 +16,7 @@ const fetchAndStoreData = async (url, savePath) => {
};

const CORE_URL = `http://localhost:8001/${API_VERSION}`;
const timeAggregates = ['hourly', 'hourly_72', 'daily', 'monthly', 'yearly'];
const timeAggregates = ['hourly', 'daily', 'monthly', 'yearly'];
const detailsZones = ['DE', 'DK-DK2'];

const generateMockData = async () => {
Expand Down
1 change: 1 addition & 0 deletions mockserver/public/v10/details/daily/DE.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mockserver/public/v10/details/daily/DK-DK2.json

Large diffs are not rendered by default.

Loading

0 comments on commit e61bc27

Please sign in to comment.