Skip to content

Commit

Permalink
Remove status from Readme
Browse files Browse the repository at this point in the history
This project is reasonably active thanks to  Maksim Zvankovich.
  • Loading branch information
ccouzens committed Feb 25, 2023
1 parent 3a229a4 commit 416f062
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,3 @@ To fix the issue [Unable to compile Java openapi client#3](https://github.com/cc
```bash
find <output directory> -regex '.*\(Type\|Value\|AllOf\|Test\)\.java' -exec grep -H '_type\|typeTest' {} \; -exec sed -ri -f patch_java_openapi_client.sed {} \;
```

## Status

I used to work at a company that administered vCloud Director instances. As
such, having a programmable way to manage them was useful to me.

My current company does not use vCloud Director. As such

- I no longer use the vCloud Director API and can't verify these OpenAPI schemas
against a real instance solving real problems
- I'm not making changes except for adding newer versions and responding to
GitHub issues

0 comments on commit 416f062

Please sign in to comment.