FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
shipengine-ruby/bin/console at main · query-string/shipengine-ruby · GitHub
query-string
/
shipengine-ruby
Public
forked from
ShipEngine/shipengine-ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
shipengine-ruby
/
bin
/
console
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
19 lines (14 loc) · 520 Bytes
Breadcrumbs
shipengine-ruby
/
bin
/
console
Copy path
File metadata and controls
executable file
·
19 lines (14 loc) · 520 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env ruby
# frozen_string_literal: true
require
"bundler/setup"
require
"shipengine"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
# (If you use this, don't forget to add pry to your Gemfile!)
require
"pry"
# require "irb"
ENV
[
"USE_SIMENGINE"
]
=
"true"
@shipengine
=
ShipEngine
::
Client
.
new
(
::
ShipEngine
::
Constants
::
API_KEY
)
@list_carriers
=
@shipengine
.
list_carriers
# IRB.start(__FILE__)
Pry
.
start
Back
|
FazBrowse Home
|
New Git URL