Skip to content

Commit

Permalink
refactor: Update rest api spec (#72)
Browse files Browse the repository at this point in the history
<base target="_blank">
To review use the links and instructions below and provide feedback by
starting a new comment on this pull request.

- [Catalog REST
API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/EasyDynamics/oscal-rest/RefactorRestAPI/catalog.yaml)
- [Profile REST
API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/EasyDynamics/oscal-rest/RefactorRestAPI/profile.yaml)
- [System Security Plan REST
API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/EasyDynamics/oscal-rest/RefactorRestAPI/ssp.yaml)
- [Component REST
API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/EasyDynamics/oscal-rest/RefactorRestAPI/component.yaml)
- [Assessment Plan REST
API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/EasyDynamics/oscal-rest/RefactorRestAPI/ap.yaml)
- [Assessment Results REST
API](https://editor.swagger.io//?url=https://raw.githubusercontent.com/EasyDynamics/oscal-rest/RefactorRestAPI/ar.yaml)
- [POAM REST
API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/EasyDynamics/oscal-rest/RefactorRestAPI/poam.yaml)

 

Due to file size limitations with GitHub, in order to view the complete
specification, please do the following:
1. Download [THIS
FILE](https://raw.githubusercontent.com/EasyDynamics/oscal-rest/RefactorRestAPI/restapi.yaml)
to your local machine
2. Visit [Swagger editor](https://editor-next.swagger.io) 
3. Click file, open,

**Please provide any feedback or comments by July 31.**

---------

Co-authored-by: Brian Ruf <106116211+brian-comply0@users.noreply.github.com>
  • Loading branch information
mpemy and brian-comply0 authored May 24, 2024
1 parent d7f4e56 commit 588e211
Show file tree
Hide file tree
Showing 4 changed files with 9,256 additions and 2,948 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
hs_err_pid*
/.project

node_modules/
node_modules/

# reduction reports
rpt_*
Loading

0 comments on commit 588e211

Please sign in to comment.