sassoftware / restaf

A simple framework for building applications with SAS REST APIs, supported with SAS Viya
Apache License 2.0
17 stars 10 forks source link

viyacaddy02: reports import not ignoring files with wrong extensions #22

Closed devaKumaraswamy closed 4 years ago

devaKumaraswamy commented 4 years ago

tables import ignores files not supported, but reports imports does not. It should restrict the types to json and xml - the server may still reject these due to bad content but there is no way to fix that.

devaKumaraswamy commented 4 years ago
  1. reports import now ignores files that do not have the proper extensions(json or xml)

  2. Noticed an extra in masSetup - this was removed.

  3. a test version of restaflib.masAddModels was added.