Move fetch api definition feature to Zally API
See original GitHub issueThe web ui currently does the fetching of an api definition which is given via an url by the user. The web ui implements this on server side in Node.
Let’s discuss if we should change our Zally API to also accept links to api definition files. There are different ways of designing this:
- adding new endpoint only for urls
- adding new optional field in payload of current
api-violations
endpoint - transparently accepting a link in current
api_definition
field
Looking for feedback from you, @netme @mkulak @rbarilani. Do you wanna have this in Zally API? And if yes, which design do you prefer?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
zally | A minimalistic, simple-to-use API linter
Zally's easy-to-use CLI uses the server in the background so that you can check your API on the spot. It also features an...
Read more >The Circonus API provides an interface ...
In order to access the Circonus API you must authenticate with a valid API token and App Name. ... Fetch a list of...
Read more >Shift Left Approach for API Standardization
Zally is a minimalistic and easy to use API-linter. Its standard configuration will check your APIs against the rules defined in Zalando's ...
Read more >1.1: fetch() - Working With Data & APIs in JavaScript - YouTube
Welcome to Working with Data and APIs in Javascript!This course is for aspiring developers who want to learn how to work with data...
Read more >Wordpress pods io - Rest API for fetching fields information ...
// The endpoint callback. function prefix_get_pods_fields( WP_REST_Request $request ) { // Get the pod. $pod ...
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 FreeTop 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
Top GitHub Comments
Btw, we should also move it out of
cli
component.Ok, then we’ll go with option 2:
api_definition_url
fieldapi_definition
andapi_definition_url
, optionalBAD_REQUEST
if none of them is in the request or both (the API only accepts one field at once)