Skip to content

Commit

Permalink
Merge version 2.0.0 with master branch (#9)
Browse files Browse the repository at this point in the history
* Push all changes

* Remove mention of examples in readme

* Remove unused stuff

- Couple of imports
- HTTPClient.__get_all_endpoints
- _BaseEnum.BASE_URL

* Add 2 changes to changelog.md

* Fix some links in docs.md

* revert branch change in setup.py
  • Loading branch information
Soheab authored Nov 11, 2022
1 parent e21dc4c commit b037f44
Show file tree
Hide file tree
Showing 19 changed files with 1,812 additions and 818 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,13 @@ dmypy.json

# Pyre type checker
.pyre/


!/test.py
test.py
test.py
test_api.py

# Visual Studio Code and other IDEs
.idea/
.vscode/*
394 changes: 373 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
[![Downloads Month](https://pepy.tech/badge/vacefron-py/month)](https://pepy.tech/project/vacefron-py)
[![Downloads Week](https://pepy.tech/badge/vacefron-py/week)](https://pepy.tech/project/vacefron-py)
[![PyPi Version](https://img.shields.io/pypi/v/vacefron.py.svg)](https://pypi.python.org/pypi/vacefron.py/)
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

# VACEfron.py

A Wrapper for [vacefron.nl/api][base_url] written in Python.

## Requirements

- Python 3.6 or above
- Python 3.8 or above
- aiohttp (python3 -m pip install -U aiohttp)

## Installation
Expand All @@ -28,7 +27,7 @@ See the full and detailed [docs here][docs]

## Links

[API][base_url] | [Changelogs][changelog] | [Examples][examples] | [Github][github] | [PyPi][pypi]
[API][base_url] | [Changelogs][changelog] | [Github][github] | [PyPi][pypi]

## Made by

Expand All @@ -37,25 +36,12 @@ this wrapper.

You can join VAC Efron's server [here][discord_vacefron] to suggest or report anything on the API.

## Other Wrappers

- **Csharp:** [GitHub][wrappers_csharp-github] | [Nuget][wrapper_csharp-nuget]
- **Javascript:** [GitHub][wrappers_js-github] | [Npm][wrapper_js-npm]
- **Java:** [GitHub][wrappers_java-github]
- **Go:** [GitHub][wrappers_go-github]

[docs]: https://github.com/Soheab/vacefron.py/blob/master/docs.md
[changelog]: https://github.com/Soheab/vacefron.py/blob/master/changelog.md
[examples]: https://github.com/Soheab/vacefron.py/blob/master/docs.md#examples
[base_url]: https://vacefron.nl/api/
[github]: https://github.com/Soheab/vacefron.py
[pypi]: https://pypi.org/project/vacefron.py/
[discord_vacefron]: https://discord.gg/xJ2HRxZ
[discord_mine]: https://discord.gg/yCzcfju
[wrappers_csharp-github]: https://github.com/VACEfron/VACEfron.NET
[wrapper_csharp-nuget]: https://www.nuget.org/packages/VACEfron.NET
[wrappers_js-github]: https://github.com/Sidemen19/VACEfron.js
[wrapper_js-npm]: https://npmjs.com/package/vacefron
[wrappers_java-github]: https://github.com/thunderstorm010/VACEfron4J
[wrappers_go-github]: https://github.com/lavgup/vacefron.go


7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ See here what changed or broke each version.

---

## v2.0.0 - November 11, 2022
Big rewrite with lots of changes. See the commit on GitHub for more details: https://github.com/Soheab/vacefron.py
Might write logs later idk.

- Add support for new endpoint: `/peeposign`
- Add fixes for `/rankcard` with badges and more.

### v1.6.3 - December 12, 2021

- Added support for a new endpoint: [.adios()](docs.md#await-vac_apiadiosuser). See more in the docs.
Expand Down
Loading

0 comments on commit b037f44

Please sign in to comment.