Sha256: e6a9046b19bb1a25ce46561240930f27ba077dfaefce3c62a67360cbde0a302d

Contents?: true

Size: 421 Bytes

Versions: 6

Compression:

Stored size: 421 Bytes

Contents

# Specifications for the CLI Assessment

Specs:
- [x] Have a CLI for interfacing with the application # Can call `reps` from the command line to explore the CLI.
- [x] Pull data from an external source # Uses HTTParty to parse JSON responses from two API sources.
- [x] Implement both list and detail views # Reps are displayed in the CLI in a numbered list, and detail can be viewed by typing the corresponding number.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
get_your_rep-1.2.0 spec.md
get_your_rep-1.1.1 spec.md
get_your_rep-1.1.0 spec.md
get_your_rep-1.0.8 spec.md
get_your_rep-1.0.7 spec.md
get_your_rep-1.0.6 spec.md