Skip to content

Commit

Permalink
Add new crate to connect to unity live platform service (#384)
Browse files Browse the repository at this point in the history
Description
===========

This is a first patch to introduce a new crate to connect to
the live platform service. This service is a graphql service which
allows a handfull of operations around unity releases etc. This service
is used directly by UnityHub to query latest releases and to fetch
information for older releases. This used to be semi-hardcoded in Unity Hub.
The first API allows to query for Unity versions. Others will follow soon.

Changes
=======

* ![ADD] `uvm_live_platform` crate to connect to `live-platform` service
  • Loading branch information
Larusso committed Sep 6, 2023
1 parent 387af08 commit 9c6b4ee
Show file tree
Hide file tree
Showing 14 changed files with 3,897 additions and 166 deletions.
1 change: 1 addition & 0 deletions .graphqlconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "schemaPath": "uvm_live_platform/schema.graphql" }
Loading

0 comments on commit 9c6b4ee

Please sign in to comment.