civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

ENH parse_service_api_spec outside of serviceclient object #382

Closed elsander closed 4 years ago

elsander commented 4 years ago

This PR moves API spec parsing for services outside of the ServiceClient object. This allows a user to parse a spec without an API key.

elsander commented 4 years ago

This should be ready for another pass @mheilman

elsander commented 4 years ago

@mheilman fixed