add metadata endpoint #10

Open
AlbertUnruh wants to merge 3 commits from add-metadata-endpoint into main
Owner

Description

Add a new metadata endpoint to fetch information and statistics from the ArschCoin-API.

Issue

Closes #XY

Additional Notes

  • I updated the version via python update_version.py <major>.<minor>.<patch>
  • Old version: 0.1.1
  • New version: 0.2.0
#### Description Add a new metadata endpoint to fetch information and statistics from the ArschCoin-API. #### Issue ~~Closes #XY~~ #### Additional Notes - [x] I updated the version via `python update_version.py <major>.<minor>.<patch>` - Old version: `0.1.1` - New version: `0.2.0` <!-- THIS PROJECT FOLLOWS SEMANTIC VERSIONING! More information over here: https://semver.org/ -->
update version from 0.1.1 to 0.2.0
All checks were successful
pytest / pytest (pull_request) Successful in 40s
pre-commit / pre-commit (pull_request) Successful in 57s
b0bfb084ec
refactor parameters to be in single line
All checks were successful
pytest / pytest (pull_request) Successful in 43s
pre-commit / pre-commit (pull_request) Successful in 1m0s
07df55041b
All checks were successful
pytest / pytest (pull_request) Successful in 43s
pre-commit / pre-commit (pull_request) Successful in 1m0s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin add-metadata-endpoint:add-metadata-endpoint
git switch add-metadata-endpoint

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff add-metadata-endpoint
git switch add-metadata-endpoint
git rebase main
git switch main
git merge --ff-only add-metadata-endpoint
git switch add-metadata-endpoint
git rebase main
git switch main
git merge --no-ff add-metadata-endpoint
git switch main
git merge --squash add-metadata-endpoint
git switch main
git merge --ff-only add-metadata-endpoint
git switch main
git merge add-metadata-endpoint
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
WKDA/arschcoin-api!10
No description provided.