40 Commits

Author SHA1 Message Date
Nolan Di Mare Sullivan
f151589f41 Update Speakeasy URL
Speakeasy is now found at speakeasy.com!
2024-07-30 10:51:57 -04:00
quobix
6708cf073b Updated readme
addressed issue #308
2024-07-17 09:16:15 -04:00
quobix
5be79ec3eb updated readme.
Signed-off-by: quobix <dave@quobix.com>
2024-02-20 13:34:39 -05:00
quobix
ae93af8efa updated readme
Signed-off-by: quobix <dave@quobix.com>
2023-11-25 21:20:20 -05:00
quobix
4dc693a3f5 Another readme tweak.
Signed-off-by: quobix <dave@quobix.com>
2023-10-11 13:58:18 -04:00
quobix
6a49a51788 Updated sponsors, added scalar
Signed-off-by: quobix <dave@quobix.com>
2023-10-11 13:56:53 -04:00
quobix
86f5f3e7cd Added mattermost to links.
Being used as part of the API toolset.

Signed-off-by: quobix <dave@quobix.com>
2023-09-14 07:44:35 -04:00
quobix
1f24dfe7be Added mocking documentation link to readme.
Signed-off-by: quobix <dave@quobix.com>
2023-09-04 09:50:10 -04:00
Quobix
6ce66d7f32 Updated sponsorship branding for speakeasy
Signed-off-by: Quobix <dave@quobix.com>
2023-08-23 08:52:44 -04:00
Dave Shanley
736fbfd0c3 Updated readme
Signed-off-by: Dave Shanley <dave@quobix.com>
2023-04-23 11:47:16 -04:00
Tristan Cartledge
1cbec05c5a doc: add speakeasy cli tool as a project that uses libopenapi 2023-04-21 07:39:25 -04:00
Dave Shanley
c549d9f62d Updated readme with new docs link
Added in some new helper methods for building out new models. More details in the docs. Added another example.
2023-03-26 06:10:31 -04:00
Dave Shanley
db969bd9eb Updated readme. 2023-02-22 09:14:27 -05:00
Dave Shanley
e6a059750b updated readme 2023-01-04 10:27:44 -05:00
Dave Shanley
a226348966 Updated readme to include links to discord. 2023-01-04 09:04:47 -05:00
Dave Shanley
6b28e414bd fix: Index incorrectly handling file references on the local file system.
This was reported in https://github.com/daveshanley/vacuum/issues/225, it's a continuation of the issue found in https://github.com/pb33f/libopenapi/issues/37. This fix allows the full import of the file (not just a path/component) to be imported.

Signed-off-by: Dave Shanley <dave@quobix.com>
2023-01-04 06:47:48 -05:00
Dave Shanley
07a11be5a3 Update readme 2022-12-30 10:33:28 -05:00
Dave Shanley
4d124c6a7e Cleaned up readme a little.
Signed-off-by: Dave Shanley <dave@quobix.com>
2022-12-10 11:05:53 -05:00
Dave Shanley
01399d8852 Added speakeasy as official sponsor!
Also added list of notable projects depending on libopenapi

Signed-off-by: Dave Shanley <dave@quobix.com>
2022-12-10 11:02:26 -05:00
Dave Shanley
0f774a4c4b Updated example code and readme to help explain encoding issues #34
Signed-off-by: Dave Shanley <dave@quobix.com>
2022-12-03 12:30:31 -05:00
Dave Shanley
7aa8678d77 Update README.md 2022-12-02 13:28:52 -05:00
Dave Shanley
165b6362d5 Update README.md 2022-12-02 11:31:59 -05:00
Dave Shanley
c08dd591b2 (feat): Unpack extensions into complex function types #8
The more in-depth we use extensions, the more likely is is that we need custom extensions. New `UnpackExtensions` function in the high package makes this easy. Low level models have been updated to support feature fully and docs added in README and examples as well.

Signed-off-by: Dave Shanley <dave@quobix.com>
2022-12-02 11:15:44 -05:00
Dave Shanley
cd7f24f65e Added what-changed docs to readme
and some examples for go-docs

Signed-off-by: Dave Shanley <dave@quobix.com>
2022-11-21 11:25:59 -05:00
Dave Shanley
3b8e9a6827 Fixed readme code examples 2022-09-26 11:16:27 -04:00
Dave Shanley
8f0887f4bf More tuning on readme. 2022-09-26 11:06:48 -04:00
Dave Shanley
df4f3b7693 Tuning README 2022-09-26 10:55:17 -04:00
Dave Shanley
57622b26e5 Docs, examples and new logo! 2022-09-26 10:52:09 -04:00
Dave Shanley
b5e19ceeb2 Fixed reportcard link 2022-09-19 10:00:18 -04:00
Dave Shanley
cf6826aefb Updated typo in readme. 2022-09-19 09:55:27 -04:00
Dave Shanley
fc68b488f0 Added new example and updated readme with mutation example.
We update and add as we go.
2022-09-19 09:51:57 -04:00
Dave Shanley
649a93b008 More v2 high-level docs
started including content from the schema to make it easier to understand when using the code as a complete guide, without pivoting to the spec.
2022-09-17 09:57:29 -04:00
Dave Shanley
2ea1d239cf Updated sample code. 2022-09-16 10:51:57 -04:00
Dave Shanley
5ab30f0657 Updated README 2022-09-16 10:49:06 -04:00
Dave Shanley
cbce025d6c More docs going in, Added README details.
still lots to do, a long way to go, but it's starting to take shape.
2022-09-16 10:44:30 -04:00
Dave Shanley
0e1a369027 fixed readme. 2022-08-31 10:57:40 -04:00
Dave Shanley
6b1e408a9d Fixing channel test issue for spec info.
code never runs as test returns fast.
2022-08-31 10:37:53 -04:00
Dave Shanley
d8c1750362 Adding metrics 2022-08-31 10:28:33 -04:00
Dave Shanley
51e1f62b04 Test coverage for v3 model is now at 100%
This should be very easy to duplicate to 2.0 and 3.1, now extraction code needs testing.

Signed-off-by: Dave Shanley <dave@quobix.com>
2022-08-27 12:48:58 -04:00
Dave Shanley
b319635b67 Initial commit 2022-07-17 15:41:10 -04:00