GitXplorerGitXplorer
b

beeminder-openapi

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
467b503381013fdd7ac795a759a276c30ca6defa

Update beeminder.yaml

bbvtujo committed 2 years ago
Verified
72d32730d90e422e432b6b6392bb1e998c390ebd

Update README.md

bbvtujo committed 2 years ago
Verified
d4dc4d6989e1da96ec3144e0100b0bbe3beb3fb0

Create README.md

bbvtujo committed 2 years ago
Unverified
2c5a8e6da023b9667d04833db0d9f8e6af4daa66

remove v3.1.0 spec

bbvtujo committed 2 years ago
Unverified
62f3d649591df1d8c07496ce1e4946061b59678e

chore: add go client

bbvtujo committed 2 years ago
Unverified
88da000c9265a23115dd83a9201e46abb97bdbeb

chore: fix lint errors

bbvtujo committed 2 years ago

README

The README file for this repository.

beeminder-openapi

Unofficial OpenAPI spec and generated clients for Beeminder's API.

This is as far as I can glean from the official API reference. Right now I'm only generating a Go client but it's easy enough to generate clients in other languages:

export LANGUAGE=python
openapi-generator generate -i spec/3.0.1/beeminder.yaml -g ${LANGUAGE} -o clients/${LANGUAGE}