Skip to content

Commit

Permalink
Increment version number to 0.4.0.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Apr 26, 2024
1 parent 61a33e7 commit 9977b69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: beekeeper
Title: Rapidly Scaffold API Client Packages
Version: 0.4.0
Version: 0.4.0.9000
Authors@R: c(
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4781-4346")),
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ Most of the outline was included in the grant proposal.
- [x] If possible, export functionality to help implement these processes, but standards seem to vary widely.
- [x] **Potential challenges:** This step will involve more reading and documenting than code, to gather examples of how different APIs implement limits and batching. It's possible systems will be so different that it will be difficult to summarize them. For example, Slack has two separate batching systems in its API, with some functions moved to the newer system, and others not.
- **UPDATE:** The [development version of {httr2}](https://github.com/r-lib/httr2/) has functionality to help with this quite a lot, thankfully! I'm skipping this milestone while that functionality stabilizes (this was previously 0.3.0).
- **0.5.0: More robust scaffolding.**
- Add parameter documentation.
- Also add parameter type checking.
- **Potential challenges:** By this point I'll need an OAS definition document to use for testing that includes all of the possible parameter types. I'll likely need to generate a fake API specification that goes beyond a typical individual example.
- [ ] **0.5.0: More robust scaffolding.**
- [ ] Add parameter documentation.
- [ ] Also add parameter type checking.
- [ ] **Potential challenges:** By this point I'll need an OAS definition document to use for testing that includes all of the possible parameter types. I'll likely need to generate a fake API specification that goes beyond a typical individual example.
- **0.6.0: Expected results.**
- Add response (return value) documentation.
- Use expected responses to generate better test scaffolds.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ included in the grant proposal.
help with this quite a lot, thankfully! I’m skipping this
milestone while that functionality stabilizes (this was previously
0.3.0).
- **0.5.0: More robust scaffolding.**
- Add parameter documentation.
- Also add parameter type checking.
- **Potential challenges:** By this point I’ll need an OAS definition
document to use for testing that includes all of the possible
parameter types. I’ll likely need to generate a fake API
- [ ] **0.5.0: More robust scaffolding.**
- [ ] Add parameter documentation.
- [ ] Also add parameter type checking.
- [ ] **Potential challenges:** By this point I’ll need an OAS
definition document to use for testing that includes all of the
possible parameter types. I’ll likely need to generate a fake API
specification that goes beyond a typical individual example.
- **0.6.0: Expected results.**
- Add response (return value) documentation.
Expand Down

0 comments on commit 9977b69

Please sign in to comment.