Code Monkey home page Code Monkey logo

Comments (6)

ASP1234 avatar ASP1234 commented on September 25, 2024 1

Hey, I would like to help on this issue. Can you explain it a bit?

from delivery-sdk-js.

petrsvihlik avatar petrsvihlik commented on September 25, 2024

There are three main endpoints the SDK talks to:

  • content items
  • content types
  • taxonomy groups

By pagination I mean the following part of the response (see above):

 "pagination": {
    "skip": 0,
    "limit": 3,
    "count": 3,
    "next_page": ""
  }

The first two endpoints (content items and content types) already have support in the SDK. E.g.: https://github.com/Enngage/KenticoCloudDeliveryTypeScriptSDK/blob/5c07316d22df39e8c8b95d39cd2b14691f1e312c/lib/models/type/responses.ts

We need to replicate the functionality for the taxonomy groups endpoint. It'll by mostly copying&pasting the code and making sure the data is deserialized correctly. You should verify that by a unit test.

I'd start by searching for "pagination" in the repository to see the existing code.

@Enngage do you have any remarks to add?

from delivery-sdk-js.

petrsvihlik avatar petrsvihlik commented on September 25, 2024

@ASP1234 thank you for your interest!
@Enngage can you add Nimish as a collaborator to the project? you'll be able to assign the item to him then.

from delivery-sdk-js.

Enngage avatar Enngage commented on September 25, 2024

Hey,

@petrsvihlik Explained things very well, so you can try working on it, just let me know in this thread if you do. Make your fork and submit PR please.

from delivery-sdk-js.

ASP1234 avatar ASP1234 commented on September 25, 2024

@petrsvihlik Thanks for the explanation. Will send you a PR by tomorrow.

from delivery-sdk-js.

Enngage avatar Enngage commented on September 25, 2024

fixed

from delivery-sdk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.