PGBI/kong-dashboard

Looking forward to supporting version 1.0.0

Closed this issue · 7 comments

Looking forward to supporting version 1.0.0 : )

"APIs" tab should be removed.
"plugins" tab seems to need some adjustment

plugins schema changed in 1.0.0. Example:

Before:

  "total": 13,
  "data": [
    {
      "created_at": 1544183783000,
      "config": {

Now:

  "next": null,
  "data": [
    {
      "created_at": 1543939774,
      "config": {

插件架构在1.0.0中已更改。例:

之前:

  "total": 13,
  "data": [
    {
      "created_at": 1544183783000,
      "config": {

现在:

  "next": null,
  "data": [
    {
      "created_at": 1543939774,
      "config": {

It seems that Kong version 0.13.0 has started to abandon the API
Thank you for your reply : )

Looking forward to supporting version 1.0.0,too : )

Added in #199
So let's wait for a feedback from @PGBI

Current version doesn't support Kong v0.15 and higher ? is there a plan ?

PGBI commented

Fixed with #199