TACC / Core-CMS-Custom

Customized Core CMS code and builds
5 stars 0 forks source link

First version of OpenApi spec based ApiClient and integration into model #269

Open chandra-tacc opened 5 months ago

chandra-tacc commented 5 months ago

Overview

This PR attempts to use APCD api spec to perform CRUD operations on APCD objects.

APCD api openapi spec is available. There are some strategies:

WP-476

Changes

Using compile time generation

1) Generate client using openapi spec generator 2) With token refresh, use the client to get new token 3) provide a method to get an authenticated client

Testing

UI

Notes