API client/backend for Moody's infrastructure

MoodyAPI

API client/back-end for Moody's infrastructure

The API back-end currently provides:

  • DDNS Records Maintenance.
  • Surveillance Camera Notifications.

The QML Application currently implements:

  • Surveillance Camera Power Configuration.
Owner
Moody
QtWidgets / QtQuick / C++ Dev || CS UG || Arch && Windows && !macOS developer.
Moody
Comments
  • Bump typescript from 4.6.2 to 4.6.3 in /WebPanel

    Bump typescript from 4.6.2 to 4.6.3 in /WebPanel

    Bumps typescript from 4.6.2 to 4.6.3.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.6.3

    This release includes fixes for

    For the complete list of fixed issues, check out the

    Downloads are available on:

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @moodyhunter.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump tokio from 1.18.1 to 1.18.2 in /CameraAgent

    Bump tokio from 1.18.1 to 1.18.2 in /CameraAgent

    Bumps tokio from 1.18.1 to 1.18.2.

    Release notes

    Sourced from tokio's releases.

    Tokio v1.18.2

    1.18.2 (May 5, 2022)

    Add missing features for the winapi dependency. (#4663)

    #4663: tokio-rs/tokio#4663

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.18.0 in /WebPanel

    Bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.18.0 in /WebPanel

    Bumps @typescript-eslint/eslint-plugin from 5.17.0 to 5.18.0.

    Release notes

    Sourced from @​typescript-eslint/eslint-plugin's releases.

    v5.18.0

    5.18.0 (2022-04-04)

    Bug Fixes

    • eslint-plugin: method-signature-style respect getter signature (#4777) (12dd670)
    • visitor-keys: add missing visitor keys (#4731) (bb575a0)

    Features

    • eslint-plugin: [no-shadow] ignoreOnInitialization option (#4603) (068ea9b)
    • eslint-plugin: [no-this-alias] report on assignment expressions (#4718) (8329498)
    Changelog

    Sourced from @​typescript-eslint/eslint-plugin's changelog.

    5.18.0 (2022-04-04)

    Bug Fixes

    • eslint-plugin: method-signature-style respect getter signature (#4777) (12dd670)

    Features

    • eslint-plugin: [no-shadow] ignoreOnInitialization option (#4603) (068ea9b)
    • eslint-plugin: [no-this-alias] report on assignment expressions (#4718) (8329498)
    Commits
    • 4859c08 chore: publish v5.18.0
    • 12dd670 fix(eslint-plugin): method-signature-style respect getter signature (#4777)
    • 068ea9b feat(eslint-plugin): [no-shadow] ignoreOnInitialization option (#4603)
    • 8329498 feat(eslint-plugin): [no-this-alias] report on assignment expressions (#4718)
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @moodyhunter.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump @types/react from 18.0.0 to 18.0.2 in /WebPanel

    Bump @types/react from 18.0.0 to 18.0.2 in /WebPanel

    Bumps @types/react from 18.0.0 to 18.0.2.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @moodyhunter.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Update module go to 1.19

    Update module go to 1.19

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | go (source) | golang | minor | 1.18 -> 1.19 |


    Release Notes

    golang/go

    v1.19.0


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled due to failing status checks.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

  • Bump tokio from 1.18.1 to 1.18.2 in /Notifier

    Bump tokio from 1.18.1 to 1.18.2 in /Notifier

    Bumps tokio from 1.18.1 to 1.18.2.

    Release notes

    Sourced from tokio's releases.

    Tokio v1.18.2

    1.18.2 (May 5, 2022)

    Add missing features for the winapi dependency. (#4663)

    #4663: tokio-rs/tokio#4663

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump react from 18.0.0 to 18.1.0 in /WebPanel

    Bump react from 18.0.0 to 18.1.0 in /WebPanel

    Bumps react from 18.0.0 to 18.1.0.

    Release notes

    Sourced from react's releases.

    18.1.0 (April 26, 2022)

    React DOM

    React DOM Server

    • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
    • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

    ESLint Plugin: React Hooks

    Use Subscription

    • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)
    Changelog

    Sourced from react's changelog.

    18.1.0 (April 26, 2022)

    React DOM

    React DOM Server

    • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
    • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

    ESLint Plugin: React Hooks

    Use Subscription

    • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @moodyhunter.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump @typescript-eslint/parser from 5.20.0 to 5.21.0 in /WebPanel

    Bump @typescript-eslint/parser from 5.20.0 to 5.21.0 in /WebPanel

    Bumps @typescript-eslint/parser from 5.20.0 to 5.21.0.

    Release notes

    Sourced from @​typescript-eslint/parser's releases.

    v5.21.0

    5.21.0 (2022-04-25)

    Bug Fixes

    • eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#4841) (ccadb60)
    • eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=true (#4844) (4e7c9be)
    • eslint-plugin: [space-infix-ops] fix no error when right type is function (#4848) (d74d559)

    Features

    • eslint-plugin: [parameter-properties] add rule to replace no-parameter-properties (#4622) (88ed9ec)
    Changelog

    Sourced from @​typescript-eslint/parser's changelog.

    5.21.0 (2022-04-25)

    Note: Version bump only for package @​typescript-eslint/parser

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @moodyhunter.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump @types/node from 17.0.25 to 17.0.29 in /WebPanel

    Bump @types/node from 17.0.25 to 17.0.29 in /WebPanel

    Bumps @types/node from 17.0.25 to 17.0.29.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @moodyhunter.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump @mui/material from 5.6.0 to 5.6.1 in /WebPanel

    Bump @mui/material from 5.6.0 to 5.6.1 in /WebPanel

    Bumps @mui/material from 5.6.0 to 5.6.1.

    Release notes

    Sourced from @​mui/material's releases.

    v5.6.1

    Apr 11, 2022

    A big thanks to the 8 contributors who made this release possible.
    This release is mostly about 🐛 bug fixes and 📚 documentation improvements.

    @mui/[email protected]

    @mui/[email protected]

    Docs

    Core

    All contributors of this release in alphabetical order: @​danilo-leal, @​DouglasPds, @​igordanchenko, @​l10nbot, @​michaldudak, @​oliviertassinari, @​samuelsycamore, @​siriwatknp

    Changelog

    Sourced from @​mui/material's changelog.

    5.6.1

    Apr 11, 2022

    A big thanks to the 8 contributors who made this release possible.
    This release is mostly about 🐛 bug fixes and 📚 documentation improvements.

    @mui/[email protected]

    @mui/[email protected]

    Docs

    Core

    All contributors of this release in alphabetical order: @​danilo-leal, @​DouglasPds, @​igordanchenko, @​l10nbot, @​michaldudak, @​oliviertassinari, @​samuelsycamore, @​siriwatknp

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @moodyhunter.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump next from 12.1.3 to 12.1.4 in /WebPanel

    Bump next from 12.1.3 to 12.1.4 in /WebPanel

    Bumps next from 12.1.3 to 12.1.4.

    Release notes

    Sourced from next's releases.

    v12.1.4

    Core Changes

    • Only resolve page runtime for react 18 and error on read failure: #35705
    • feat(next-swc): Update swc crates: #35395
    • Fix document styles with react 18: #35760
    • Fix router isReady and react 18 not being detected with no config: #35762

    Documentation Changes

    • Updated create-next-app docs to include pnpm usage: #35755

    Credits

    Huge thanks to @​huozhi, @​styfle, and @​kdy1 for helping!

    v12.1.4-canary.1

    Core Changes

    • Fix document styles with react 18: #35760
    • Fix router isReady and react 18 not being detected with no config: #35762

    v12.1.4-canary.0

    Core Changes

    • Only resolve page runtime for react 18 and error on read failure: #35705
    • feat(next-swc): Update swc crates: #35395

    Documentation Changes

    • Updated create-next-app docs to include pnpm usage: #35755

    Credits

    Huge thanks to @​huozhi, @​styfle, and @​kdy1 for helping!

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Dependency Dashboard

    Dependency Dashboard

    This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

    This repository currently has no open or pending branches.

    Detected dependencies

    cargo
    CameraAgent/Cargo.toml
    • once_cell 1.17.0
    • prost 0.11.5
    • prost-types 0.11.5
    • rust-ini 0.18.0
    • tokio 1.23.0
    • tonic 0.8.3
    • protoc-rust-grpc 0.8.3
    • tonic-build 0.8.4
    LightControl/Cargo.toml
    • btleplug 0.10
    • chrono 0.4.23
    • platform-dirs 0.3.0
    • prost 0.11.5
    • prost-types 0.11.5
    • rand 0.8.5
    • rust-ini 0.18.0
    • tokio 1.23.0
    • tonic 0.8.3
    • uuid 1.2.2
    • protoc-rust-grpc 0.8.3
    • tonic-build 0.8.4
    Notifier/Cargo.toml
    • chrono 0.4.23
    • notify-rust 4
    • platform-dirs 0.3.0
    • prost 0.11.5
    • prost-types 0.11.5
    • rust-ini 0.18.0
    • tokio 1.23.0
    • tonic 0.8.3
    • protoc-rust-grpc 0.8.3
    • tonic-build 0.8.4
    github-actions
    .github/workflows/build-agent.yml
    • actions/checkout v3
    .github/workflows/build-client.yml
    • actions/checkout v3
    .github/workflows/build-notifier.yml
    • actions/checkout v3
    .github/workflows/build-piscreen.yml
    • actions/checkout v3
    .github/workflows/build-server.yml
    • actions/checkout v3
    .github/workflows/build-webpanel.yml
    • actions/checkout v3
    .github/workflows/lint-webpanel.yml
    • actions/checkout v3
    • actions/setup-node v3
    .github/workflows/update-deps.yml
    • actions/checkout v3
    • actions/setup-go v3
    gomod
    Server/go.mod
    • go 1.19
    • github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
    • github.com/miekg/dns v1.1.50
    • github.com/uptrace/bun v1.1.9
    • google.golang.org/grpc v1.51.0
    • google.golang.org/protobuf v1.28.1
    • gopkg.in/ini.v1 v1.67.0
    • github.com/google/uuid v1.3.0
    • github.com/uptrace/bun/dialect/pgdialect v1.1.9
    • github.com/uptrace/bun/driver/pgdriver v1.1.9
    gradle
    Client/android/gradle.properties
    Client/android/build.gradle
    • com.android.tools.build:gradle 7.3.1
    gradle-wrapper
    Client/android/gradle/wrapper/gradle-wrapper.properties
    • gradle 7.6
    npm
    WebPanel/package.json
    • @babel/core 7.20.7
    • @emotion/react 11.10.5
    • @emotion/styled 11.10.5
    • @hello-pangea/color-picker ^3.2.2
    • @mui/icons-material 5.11.0
    • @mui/material 5.11.3
    • @mui/system 5.11.2
    • @mui/x-data-grid 5.17.17
    • @types/bcrypt 5.0.0
    • bcrypt 5.1.0
    • dayjs 1.11.7
    • jotai 1.12.1
    • long 5.2.1
    • minimist 1.2.7
    • next 13.1.1
    • next-auth 4.18.7
    • nextjs-progressbar 0.0.16
    • nice-grpc 2.0.1
    • protobufjs 7.1.2
    • react 18.2.0
    • react-dom 18.2.0
    • @types/node 18.11.18
    • @types/react 18.0.26
    • @typescript-eslint/eslint-plugin 5.48.0
    • @typescript-eslint/parser 5.48.0
    • eslint 8.31.0
    • eslint-config-next 13.1.1
    • grpc-tools 1.12.3
    • ts-proto 1.137.0
    • typescript 4.9.4
    pip_requirements
    WgConfigGenerator/requirements.txt
    • enquiries ==0.1.0
    • colored ==1.4.4

    • [ ] Check this box to trigger a request for Renovate to run again on this repository
An implementation of a simple RESTful API in Golang on AWS infrastructure.

go-api An implementation of a simple RESTful API in Golang on AWS infrastructure. Tech Stack Serverless framework Go language AWS API Gateway AWS Lamb

Dec 25, 2021
Simple CRUD API written in Go, built using AWS SAM tool and using the AWS' infrastructure.
Simple CRUD API written in Go, built using AWS SAM tool and using the AWS' infrastructure.

tutor-pet API Simple CRUD API written in Go, built using AWS SAM tool and using the AWS' infrastructure. Macro architecture: Code architecture: Pre-Re

Aug 17, 2022
Clusterpedia-client - clusterpedia-client supports the use of native client-go mode to call the clusterpedia API

clusterpedia-client supports the use of native client-go mode to call the cluste

Jan 7, 2022
Client-go - Clusterpedia-client supports the use of native client-go mode to call the clusterpedia API

clusterpedia-client supports the use of native client-go mode to call the cluste

Dec 5, 2022
Pulumi - Modern Infrastructure as Code. Any cloud, any language 🚀
Pulumi - Modern Infrastructure as Code. Any cloud, any language 🚀

Pulumi's Infrastructure as Code SDK is the easiest way to create and deploy cloud software that use containers, serverless functions, hosted services,

Dec 30, 2022
A Go client implementing a client-side distributed consumer group client for Amazon Kinesis.
A Go client implementing a client-side distributed consumer group client for Amazon Kinesis.

Kinesumer is a Go client implementing a client-side distributed consumer group client for Amazon Kinesis.

Jan 5, 2023
Instagram Backend API with golang
Instagram Backend API with golang

Appointy - Task Instagram Backend API 1) Creating an user 2) Getting an user by id 3) Creating a post 4) Getting a post by id 5) Getting List of posts

Oct 3, 2022
Centralized backend & server for Vocdoni's Voting-as-a-Service API
Centralized backend & server for Vocdoni's Voting-as-a-Service API

Vocdoni Manager Backend The vocdoni manager is a private service providing organizations with a UI to manage their community and edit their public con

Feb 18, 2022
The API backend for the HackMan hackathon event. Returns a random word associated with a unique key

The API backend for the HackMan hackathon event. Returns a random word associated with a unique key

Feb 18, 2022
Backend REST-api server for hyperism

hyperism-go Backend REST-api server for hyperism Quick Overview Step 1. Deploy REST API, Database and IPFS git clone https://github.com/hyperism/hyper

Apr 30, 2022
Nutanix-client-go - Go client for the Nutanix Prism V3 API

nutanix-client-go This repository contains portions of the Nutanix API client code in nutanix/terraform-provider-nutanix. It has been extracted to red

Jan 6, 2022
Go client for the YNAB API. Unofficial. It covers 100% of the resources made available by the YNAB API.

YNAB API Go Library This is an UNOFFICIAL Go client for the YNAB API. It covers 100% of the resources made available by the YNAB API. Installation go

Oct 6, 2022
An API client for the Notion API implemented in Golang

An API client for the Notion API implemented in Golang

Dec 30, 2022
A Wrapper Client for Google Spreadsheet API (Sheets API)

Senmai A Wrapper Client for Google Spreadsheet API (Sheets API) PREPARATION Service Account and Key File Create a service account on Google Cloud Plat

Nov 5, 2021
Simple-Weather-API - Simple weather api app created using golang and Open Weather API key
Simple-Weather-API - Simple weather api app created using golang and Open Weather API key

Simple Weather API Simple weather api app created using golang and Open Weather

Feb 6, 2022
Twitter backend - Golang
Twitter backend - Golang

A Twitter-like Website This repository contains the backend code for the final project of Fall 2020 Internet Engineering course. In this project,

Nov 26, 2022
To-Do list in GoLang with Redis as a backend -- Sample project for proof of concepts

?? GoLang To-Do List Sample App w/ Redis ?? Description A simple to-do list app written in GoLang with Redis as a backend showing a few GoLang feature

Dec 14, 2021
Golang backend for GerivichStore.ID website

GERVICHSTORE.ID - API Backend API for GERVICHSTORE.ID website. API SPEC Products Get All Products Method : GET Endpoint : /api/products/ Header : Cont

Dec 28, 2021
Dogecoin GigaWallet is a backend service for creating payment platforms, tipping bots, dogecoin exchanges and more.
Dogecoin GigaWallet is a backend service for creating payment platforms, tipping bots, dogecoin exchanges and more.

The Dogecoin GigaWallet is a backend service which provides a convenient integration API for platforms such as online shops, exchanges, social media p

Nov 3, 2022