Vijay S Kalmath

Results 2 issues of Vijay S Kalmath

# This is a Draft PR for Issue #20 ## Additions 1. --hide-code argument in run command.

Current Python Code to create Competition Object - ``` from aimodelshare.aws import set_credentials apiurl="https://srdmat3yhf.execute-api.us-east-1.amazonaws.com/prod/m" set_credentials(apiurl=apiurl) mycompetition= ai.Competition(apiurl) ``` I believe that the long API URL feels a bit cumbersome either...