-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Bun binary build #7
Labels
ops
Related to repo maintenance
Comments
0237h
added a commit
that referenced
this issue
Oct 15, 2023
The build generates a CLI for running the Bun API. The config has been changed to include program argument parameters. In order to run the new `app` using custom directives (e.g port, hostname) a new function called `generateApp()` had to be created in order for the tests to be ran with the same app (previously `export default`). Closes: #7
0237h
added a commit
that referenced
this issue
Oct 15, 2023
* Add CLI build with Bun and Commander The build generates a CLI for running the Bun API. The config has been changed to include program argument parameters. In order to run the new `app` using custom directives (e.g port, hostname) a new function called `generateApp()` had to be created in order for the tests to be ran with the same app (previously `export default`). Closes: #7 * Fix build workflow * Skip default values check in config test
0237h
added a commit
that referenced
this issue
Oct 15, 2023
* Support passing arrays for query parameters (#10) * Add `block_number` array query support The `/{chain}/timestamp` endpoint can now accept a single or an array of block numbers (comma-separated). A maximum number of values to be parsed can be set using the MAX_ELEMENTS_QUERIED env variable (will be shared with `/{chain}/blocknum`). Related: #5 * Refactor API responses to serve array queries - Changed the default Clickhouse DB response format to `JSONObjectEachRow` in order to have query parameters matching with the response value. - JSON responses are parsed directly from the schemas to ensure consistency. Closes: #5 * 0.1.0 * Add CLI build with Bun and Commander (#12) * Add CLI build with Bun and Commander The build generates a CLI for running the Bun API. The config has been changed to include program argument parameters. In order to run the new `app` using custom directives (e.g port, hostname) a new function called `generateApp()` had to be created in order for the tests to be ran with the same app (previously `export default`). Closes: #7 * Fix build workflow * Skip default values check in config test * 0.2.0
0237h
added a commit
that referenced
this issue
Oct 17, 2023
Add CLI build with Bun and Commander (#12) * Add CLI build with Bun and Commander The build generates a CLI for running the Bun API. The config has been changed to include program argument parameters. In order to run the new `app` using custom directives (e.g port, hostname) a new function called `generateApp()` had to be created in order for the tests to be ran with the same app (previously `export default`). Closes: #7 * Fix build workflow * Skip default values check in config test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
files
=> to API filenameThe text was updated successfully, but these errors were encountered: