home.social

Search

361 results for “gws”

  1. @RickiTarr shoot. #GWS Not what I wanted to hear as I’m getting ready to go see a movie for the first time in 3 years. According to the seating chart in Fandango, there’s only about 10 seats sold for the showing I’m going to so I’m hoping for the best.

  2. @Trilobyter We’ll consider it tolling like the statute of limitations. #GWS

  3. @sjharder Maybe try one of these inflatable soft cones. Much more comfortable. #GWS Toby

  4. At the G for Giants v. Magpies semi-grand-final. Every other Giants supporter we met was actually from another club, but threw on some high-vis and scribbled on it with a felt-tip.
    #gwsgiants #bigbigsound #neverpies

  5. At the G for Giants v. Magpies semi-grand-final. Every other Giants supporter we met was actually from another club, but threw on some high-vis and scribbled on it with a felt-tip.
    #gwsgiants #bigbigsound #neverpies

  6. At the G for Giants v. Magpies semi-grand-final. Every other Giants supporter we met was actually from another club, but threw on some high-vis and scribbled on it with a felt-tip.
    #gwsgiants #bigbigsound #neverpies

  7. @mtvcdm

    Yeah, it's a great sport - all high flying action with very little down time. One thing I really like is the Behind - "Well, you didn't quite make the goal, but you get partial credit for getting close enough". It's very aspirational : p

    Also, go #GWSGiants

  8. Münster: GWS mit Online-Veranstaltung zum Thema E-Commerce

    Münster – Die GWS Gesellschaft für Warenwirtschafts-Systeme hat mit ihrer jüngsten Online-Veranstaltung zum Thema E-Commerce rund 90 Teilnehmerinnen…
    #Muenster #Deutschland #Deutsch #DE #Schlagzeilen #Headlines #Nachrichten #News #Europe #Europa #EU #Münster #E-Commerce #Germany #GWS #Nordrhein-Westfalen
    europesays.com/de/636539/

  9. Update: #GWS has defeated #SaintKilda to book their place in the 2025 #AFL Final Series., joining joining #Adelaide, #Geelong, #Brisbane and #Collingwood.

  10. AFL News 2026: GWS Giants trade decisions on Toby Greene and Jesse Hogan lose; Max Gruzewski may leave

    GWS faces some enormous list decisions at the end of the season and must decide whether to recommit…
    #NewsBeep #News #AFL #AU #Australia #AustralianFootballLeague #sports
    newsbeep.com/au/681013/

  11. AFL News 2026: GWS Giants trade decisions on Toby Greene and Jesse Hogan lose; Max Gruzewski may leave

    GWS faces some enormous list decisions at the end of the season and must decide whether to recommit…
    #NewsBeep #News #AFL #AU #Australia #AustralianFootballLeague #sports
    newsbeep.com/au/681013/

  12. ----------------

    🛠️ Tool
    ===================

    Opening: gws is a community CLI that exposes Google Workspace APIs through a single, dynamically generated command surface. It queries Google's Discovery Service at runtime to enumerate available APIs and methods, then presents them with structured JSON outputs suitable for programmatic consumption and LLM agents.

    Key Features:
    • Dynamic API surface: Commands are constructed from the live Discovery Service metadata rather than a static command list, so new Google endpoints appear without manual updates.
    • Structured output: Responses are returned as JSON and support streaming as NDJSON for large paginated datasets.
    • Schema introspection: Built‑in capability to inspect request/response schemas (gws schema ... conceptually) to reveal method parameters and response fields.
    • Agent integration: Ships with 40+ AI agent skills to enable LLM-driven automation against Workspace resources.
    • Workspace coverage: Designed to work across Drive, Gmail, Calendar, Sheets, Chat and other Workspace APIs.

    Technical implementation:
    • The tool relies on Google's public Discovery Service to build its CLI model at runtime and map endpoints to uniform command semantics.
    • Output is intentionally structured for machine parsing (JSON/NDJSON), facilitating orchestration by external automation or LLM agents.
    • Authentication flows require OAuth credentials bound to a Google Cloud project; the CLI exposes authentication workflows conceptually to obtain tokens for API calls.

    Use cases:
    • Automating mailbox or Drive data exports into downstream pipelines.
    • Letting LLM agents manage calendar invites or create spreadsheets using structured JSON responses.
    • Rapidly scripting ad‑hoc queries against newly added Workspace methods without waiting for CLI updates.

    Limitations:
    • Not an officially supported Google product; operational stability and breaking changes are possible as the project evolves toward v1.0.
    • Runtime reliance on the Discovery Service implies behavior changes if Google alters the service or method metadata.
    • OAuth and Google Cloud project requirements remain prerequisites for access to organizational data.

    References:
    • Key technical terms: Discovery Service, NDJSON, OAuth, schema introspection.

    🔹 tool #gws #googleworkspace #api #ndjson

    🔗 Source: github.com/googleworkspace/cli