danieltanfh95/btapi

[Enhancement] Modify the api?title=xxx structure

Closed this issue · 0 comments

as below. It is better to use field name, rather than just the value

{  
   "title":"Toaru Majutsu no Index: New Testament",  
   "status":"active",
   "author":"Kazuma Kamachi",
   "synopsis":"  New Testament LogoThis series is a direct sequel and continuation of Toaru Majutsu no Index.\nWorld War III, caused in Russia by Fiamma, the final member of the Roman Catholic Church's secret group God's Right Seat, was brought to an end thanks to the efforts of Kamijou Touma. However, he disappeared at the end of that war.\nThis is a world without that hero.\nThe magic side is being reorganized and improved, and days of rest have arrived for its believers.\nIn the headquarters of the science side, Academy City, Accelerator, the strongest Level 5, has cut his ties with the darkness and is now living a noisy but calm normal life with Last Order and Misaka Worst. Not a sign of Group remains.\nWith the material for negotiating with the darkness in hand, Hamazura Shiage, a former Skill-Out Level 0, has returned from Russia and formed a new Item with Kinuhata, Takitsubo, and the returned Mugino. They have begun their activities once more.\nThose graduates of the darkness have obtained peace and quiet. That is, until the brutal Freshmen appear before them.\n",
   "cover":"//www.baka-tsuki.org/project/images/thumb/f/f7/To_Aru_Majutsu_no_Index_new_cover.jpg/250px-To_Aru_Majutsu_no_Index_new_cover.jpg",
   "sections":[  
      {  
         "title":"The Toaru Majutsu no Index: New Testament series by Kazuma Kamachi",
         "books":[  
            {  
               "title":"NT Volume 1 (Full Text)",
               "cover":"//www.baka-tsuki.org/project/images/thumb/6/62/NT_To_Aru_Majutsu_no_Index_cover.jpg/145px-NT_To_Aru_Majutsu_no_Index_cover.jpg",
               "chapters":[  
                  {  
                     "title":"Full Text",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume1"
                  },
                  {  
                     "title":"Illustrations",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume1_Illustrations"
                  },
                  {  
                     "title":"Prologue: The People Who Became the Protagonists By Some Kind of Mistake — War?",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume1_Prologue"
                  },
                  {  
                     "title":"Chapter 1: A Peaceful Academy City Without \"Him\" — City.",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume1_Chapter1"
                  }
               ]
            },
            {  
               "title":"NT Volume 2 (Full Text)",
               "cover":"//www.baka-tsuki.org/project/images/thumb/e/e9/NT_vol_2.jpg/140px-NT_vol_2.jpg",
               "chapters":[  
                  {  
                     "title":"Full Text",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume2"
                  },
                  {  
                     "title":"Prologue: Unknown Purpose, but Still a Threat — Radiosonde_Castle.",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume2_Illustrations"
                  },
                  {  
                     "title":"Chapter 1: A New Territory, Magic Afterwards — Lecture_One.",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume2_Prologue"
                  }
               ]
            }
         ]
      },
      {  
         "title":"Side Stories",
         "books":[  
            {  
               "title":"Toaru Majutsu no Index SP (Full Text)",
               "cover":"//www.baka-tsuki.org/project/images/thumb/e/e6/SP.jpg/142px-SP.jpg",
               "chapters":[  
                  {  
                     "title":"Full Text",
                     "page":"Toaru_Majutsu_no_Index:Volume_SP"
                  },
                  {  
                     "title":"Illustrations",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume1_Illustrations"
                  },
                  {  
                     "title":"Prologue: The People Who Became the Protagonists By Some Kind of Mistake — War?",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume1_Prologue"
                  },
                  {  
                     "title":"Chapter 1: A Peaceful Academy City Without \"Him\" — City.",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume1_Chapter1"
                  }
               ]
            },
            {  
               "title":"Toaru Kagaku no Railgun SS: Liberal Arts City (Full Text)",
               "cover":"//www.baka-tsuki.org/project/images/thumb/e/e9/NT_vol_2.jpg/140px-NT_vol_2.jpg",
               "chapters":[  
                  {  
                     "title":"Full Text",
                     "page":"Toaru_Majutsu_no_Index:RailgunSS1"
                  },
                  {  
                     "title":"Prologue: Unknown Purpose, but Still a Threat — Radiosonde_Castle.",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume2_Illustrations"
                  },
                  {  
                     "title":"Chapter 1: A New Territory, Magic Afterwards — Lecture_One.",
                     "page":"Toaru_Majutsu_no_Index:NT_Volume2_Prologue"
                  }
               ]
            }
         ]
      }
   ]
}

related to #3

changes:

  • rename volume to sections
  • put the section name to "title" field.
  • put the book list to "books" field.
  • put the book title to "title" field.
  • put the chapter list to "chapters" field.
  • put the chapter title to "title" field.
  • put the chapter page to "page" field.

I'm not sure to store the title parameter from the query url to the "page" field, but then I don't know the better field name for the actual readable title.