Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawaii/raku-ffxiv-pfapi
Raku application providing a web API for Puni.sh's PlayerLookup Dalamud plugin.
https://github.com/kawaii/raku-ffxiv-pfapi
ffxiv raku
Last synced: about 2 months ago
JSON representation
Raku application providing a web API for Puni.sh's PlayerLookup Dalamud plugin.
- Host: GitHub
- URL: https://github.com/kawaii/raku-ffxiv-pfapi
- Owner: kawaii
- Created: 2022-02-23T14:20:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T11:30:33.000Z (over 2 years ago)
- Last Synced: 2024-10-11T20:41:41.977Z (2 months ago)
- Topics: ffxiv, raku
- Language: Raku
- Homepage: https://puni.sh
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sql
insert into pfapi_users values (gen_random_uuid(), 'kawaii', 496805464491687949, now());
``````sql
insert into pfapi_characters values (35383842, -2, 'test comment', now(), 496805464491687949);
```
```sql
insert into pfapi_encounters values ('Alliance Raids (Endwalker)', 47, 1054, '{2037,2038,2039,2040}', 'Aglaia');
```
```sh
http GET :10000/character/35383842 Auth:b241c27c-1404-43fa-970c-920c9f5a0268
```