Skip to content
Snippets Groups Projects
  • Konrad Mohrfeldt's avatar
    24cb7b94
    refactor: move all request options into separate object · 24cb7b94
    Konrad Mohrfeldt authored
    This should make the API functions more accessible for callers as there
    won’t be any loose undefined values that were sometimes needed to skip
    certain values in certain API endpoints.
    
    Instead, every positional argument is now required and all configurable
    options or extensions are part of the options object.
    24cb7b94
    History
    refactor: move all request options into separate object
    Konrad Mohrfeldt authored
    This should make the API functions more accessible for callers as there
    won’t be any loose undefined values that were sometimes needed to skip
    certain values in certain API endpoints.
    
    Instead, every positional argument is now required and all configurable
    options or extensions are part of the options object.