Skip to content

init: Build the cache for lookup #89

Description

@amarzavery
  • Clone the azure-rest-api-specs repo at a specified location.
  • Read all the swagger spec files and parse them
  • Create an in memory cache for all the operations across all the swagger specs.
    The structure should look something like this
{
  "api-version1": [ {opeationObject(Sway)}, {operationObject(sway)}, . .  ],
  "api-version2": [ {opeationObject(Sway)}, {operationObject(sway)}, . . ]
  . . .
}

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions