Skip to content

Instantly share code, notes, and snippets.

View SergioGomez321's full-sized avatar
😀
happy

Jose Sergio SergioGomez321

😀
happy
View GitHub Profile
@SergioGomez321
SergioGomez321 / timesheet_generator.js
Last active February 7, 2026 06:27
Timesheet generator file to save time every week. by Sergio Gomez
const headers = {
"x-csrf-token": "REPLACE_THIS_VALUE",
"cookie": "REPLACE_THIS_VALUE",
};
const timesheetId = 111090;
const dailyActivity = 154668;
const queryMigrationActivity = 213531;
const awsCourseActivity = 169760;
const holidayActivity = 353;
@SergioGomez321
SergioGomez321 / Gemfile
Created February 7, 2026 06:15
EasyBroker API – List All Properties by Sergio Gomez
source "https://rubygems.org"
gem "faraday"
gem "json"
group :test do
gem "rspec"
gem "webmock"
end