Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
This repository was archived by the owner on May 29, 2024. It is now read-only.

Smaller, faster #12

@battis

Description

@battis

Don't build every object every time for each API request. Just build the object that's being requested. That is, if the request is:

GET https://example.com/stmarks-search/api/v1/3?query=foo%20bar

…then only search domain 3 needs to be instantiated from config.xml.

Presumably this could be done through some sort of thoughtful session management.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions