You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Allow gateway to be driven directly using declarations (Marc Savy). See Changes section for details of changes to
the command syntax.
Adds the ability to specify a definition for an API (Raleigh Pickard).
Adds the ability to wait for the server to start before attempting to run commands (Pete Cornish).
Improves documentation (Pete Cornish).
Fixed
Fixes #14. Fetches added plugin and uses generated ID in fetch test (Pete Cornish).
Changed
Breaking change: the syntax for administering the manager has changed. Where previously you would have written ./apiman [command] you would now write ./apiman manager [command].
Factors out declarative application logic into separate services (Pete Cornish).