https://github.com/acdh-oeaw/vicav-app-api
Insomnia API test repo
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 7 committers (28.6%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.2%) to scientific vocabulary
Keywords from Contributors
transformation
Last synced: 10 months ago
·
JSON representation
Repository
Insomnia API test repo
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- Default Branch: master
- Size: 1 MB
Statistics
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 4
- Releases: 0
Created over 3 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
README.md
API for the VICAV website
Extract OpenAPI YAML from insomnia
Needs yq (think jq for YAML). E. g. scoop install yq
Windows:
powershell
yq eval .contents $(ls .\.insomnia\ApiSpec\spc_*.yml) > openapi.yaml
(cat .\openapi.yaml) -replace '\\/', '/' | yq -o json > .\openapi.json
Unix-like:
bash (tested on a mac)
yq eval .contents $(ls .\.insomnia\ApiSpec\spc_*.yml) > openapi.yaml
cat ./openapi.yaml | sed "s/\\\\\//\//g" | yq -o json > ./openapi.json
Owner
- Name: Austrian Centre for Digital Humanities & Cultural Heritage
- Login: acdh-oeaw
- Kind: organization
- Email: acdh@oeaw.ac.at
- Location: Vienna, Austria
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
GitHub Events
Total
- Delete event: 3
- Push event: 27
- Pull request event: 7
- Create event: 4
Last Year
- Delete event: 3
- Push event: 27
- Pull request event: 7
- Create event: 4
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| simar0at | s****r@g****t | 123 |
| MauPalantir | 23 | |
| ctot-nondef | c****n@o****t | 20 |
| Mau Zsofia Abraham | z****m@o****t | 17 |
| ttechnicus | t****s | 2 |
| stefanprobst | s****t@p****e | 2 |
| Mau Palantír | M****r | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 15
- Total pull requests: 20
- Average time to close issues: 9 days
- Average time to close pull requests: 2 days
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 1.93
- Average comments per pull request: 0.05
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 9
- Average time to close issues: N/A
- Average time to close pull requests: about 22 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- stefanprobst (9)
- ttechnicus (3)
- simar0at (2)
Pull Request Authors
- MauPalantir (23)
- stefanprobst (3)
- simar0at (2)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels
Dependencies
.github/workflows/testandrender.yml
actions
- EndBug/add-and-commit v7 composite
- actions/checkout v1 composite
- ad-m/github-push-action master composite
- kong/setup-inso v1 composite