Sha256: 5e342230475d5027bcdeed7c9924c0edc30b755da5931cf5dfd9cba0bcae77ad
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
# encoding: ascii-8bit # Copyright 2022 Ball Aerospace & Technologies Corp. # All Rights Reserved. # # This program is free software; you can modify and/or redistribute it # under the terms of the GNU Affero General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # This program may also be used under the terms of a commercial or # enterprise edition license of COSMOS if purchased from the # copyright holder require 'cosmos/script/extract' require 'cosmos/script/api_shared' require 'cosmos/api/cmd_api' require 'cosmos/api/config_api' require 'cosmos/api/interface_api' require 'cosmos/api/limits_api' require 'cosmos/api/router_api' require 'cosmos/api/settings_api' require 'cosmos/api/target_api' require 'cosmos/api/tlm_api' require 'cosmos/utilities/authorization' require 'cosmos/topics/topic' module Cosmos module Api include Extract include Authorization include ApiShared end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cosmos-5.0.5 | lib/cosmos/api/api.rb |
cosmos-5.0.4 | lib/cosmos/api/api.rb |