Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

feat: adds CRUD samples for GS realms #21

Merged
merged 7 commits into from
Mar 3, 2020
Merged

feat: adds CRUD samples for GS realms #21

merged 7 commits into from
Mar 3, 2020

Conversation

telpirion
Copy link
Contributor

@telpirion telpirion commented Mar 2, 2020

Adds the following region tags:

cloud_game_servers_create_realm
cloud_game_servers_get_realm
cloud_game_servers_list_realms
cloud_game_servers_delete_realm

Fixes #20 🦕

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 2, 2020
@telpirion telpirion requested a review from bcoe March 2, 2020 20:51
@codecov
Copy link

codecov bot commented Mar 2, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@036d74c). Click here to learn what that means.
The diff coverage is 80%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #21   +/-   ##
========================================
  Coverage          ?   4.23%           
========================================
  Files             ?      10           
  Lines             ?    5264           
  Branches          ?       0           
========================================
  Hits              ?     223           
  Misses            ?    5041           
  Partials          ?       0
Impacted Files Coverage Δ
src/index.ts 0% <0%> (ø)
samples/list_realms.js 100% <100%> (ø)
samples/create_realm.js 100% <100%> (ø)
samples/get_realm.js 100% <100%> (ø)
samples/delete_realm.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 036d74c...026889e. Read the comment docs.

@telpirion telpirion merged commit b1bf3e4 into master Mar 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add realm CRUD samples to repo
3 participants