You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another suggestion: It would be cool if EndpointDefinition#make_schema_strict! (or some variant thereof) was a public class method (it's currently a private instance method). It could be pretty useful on its own.
The schema values accessed via
EndpointDefinition#path_params
andEndpointDefinition#query_params
methods are not JSON Schema 3 or 4 compliant.I believe the fix is to add the following after https://github.com/seomoz/interpol/blob/master/lib/interpol/endpoint.rb#L203:
related issue: #30
The text was updated successfully, but these errors were encountered: