Skip to content

Return total_items as int instead of string#37

Open
lotooo wants to merge 1 commit intodasmurphy:masterfrom
lotooo:master
Open

Return total_items as int instead of string#37
lotooo wants to merge 1 commit intodasmurphy:masterfrom
lotooo:master

Conversation

@lotooo
Copy link
Copy Markdown

@lotooo lotooo commented Jul 17, 2020

This PR fixed the format of total_items.

Before:

{
  "api_version": 3,
  "auth": 1,
  "last_refreshed_on_time": "1594991257",
  "total_items": "17126",
  "items": [
    {
      "id": 1239,

After

{
  "api_version": 3,
  "auth": 1,
  "last_refreshed_on_time": "1594991257",
  "total_items": 17126,
  "items": [
    {
      "id": 1239,

@lotooo lotooo changed the title Retrun total_items as int instead of string Return total_items as int instead of string Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant