-
| 
         Hello Is there any way to get a full list of NuGet packages from BaGet? I've tried the SDK with an empty string as a query but it only returns 20 results.. Thank you  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Mangopony
          
      
      
        Jan 2, 2023 
      
    
    Replies: 1 comment
-
| 
         I got it, I realised I can control the number of results and navigate through pages by using "skip" and "take" parameters on the SearchAsync method. Thank you  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        Mangopony
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I got it, I realised I can control the number of results and navigate through pages by using "skip" and "take" parameters on the SearchAsync method.
Thank you
Ion