Package API Documentation
See original GitHub issueI’d love to use this, but I don’t see any documentation on usage (hopefully I’m just missing it?). From what I can piece together from the Live-reloading
section, you call quicktype like this:
quicktype--lang csharp my-json.json
This seems to work, but it was just a guess. Are there any parameters we can tweak? Other configuration like namespace or pocos?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Packages API - GitLab Docs
This is the API documentation of GitLab Packages. List packages. Within a project. Get a list of project packages. All package types are...
Read more >Packages - GitHub Docs
Use the REST API to interact with GitHub Packages. About GitHub Packages. You can use the REST API to manage packages in your...
Read more >Best practices for API packages
Best practices for API packages. So you want to write an R client for a web API? This document walks through the key...
Read more >Data management package REST API - Finance & Operations
The package API lets you integrate by using data packages. The REST API can be used with both cloud deployments and on-premises deployments....
Read more >API documentation - Packagist
API documentation. Best practices; Listing package names. All packages; By organization; By type; With additional data. Searching for packages.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry, we don’t have that documentation yet. There are two places where you can look, though. The first one is the TypeScript type definition for
Main
. For an example on how to use it we can offer the CLI.If you have more specific questions, it’s probably quicker if you ask us on Slack. We’d also be super thankful for documentation contributions 😉
@thegoldenmule If you run
quicktype
without parameters, or with--help
, do you not get a usage summary?(Apart from that I do agree that we need to document the command line interface better)