Skip to content

API requires "_until: ISO8601" argument everywhere as opposed to "until: ISO8601" datetime #13

@bretweinraub

Description

@bretweinraub

A note for the documentation or maybe even a fix.

Being that until is a reserved word in Ruby, you one cannot make an api call like

api.get_course_list(since: ..., until: ...)

it must be

api.get_course_list(since: ..., _until: ...)

I guess that Swagger does this.

If one looks at the code though it is unnecessary and is just a artifact of the code generator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions