Skip to main content

Development Tools

This page provides a curated list of recommended tools to streamline your integration with Prisjakt APIs. These tools will help you test, debug, and develop your implementation efficiently.

For language-specific code examples and client generation, visit our API Specifications page.

Command Line Tools​

Command line tools are ideal for scripting, automation, and quick API testing:

  • cURL Industry-standard command line tool for transferring data with URLs. Essential for testing API endpoints and debugging HTTP requests.

  • Hurl Modern command line tool for running and testing HTTP requests with plain text files. Excellent for automated testing and CI/CD pipelines.

  • JWT CLI Command line utility for decoding, verifying, and generating JSON Web Tokens (JWTs). Useful for debugging authentication issues.

REST Client Applications​

GUI-based REST clients provide an intuitive interface for API exploration and testing:

  • Yaak Lightweight, privacy-focused REST client with a clean interface. Stores data locally for enhanced security.

  • Postman Comprehensive API development platform with team collaboration features, automated testing, and extensive documentation capabilities.

  • Insomnia Open-source REST client with a user-friendly interface, environment management, and plugin support for extended functionality.

Additional Resources​

Code Generation​

Generate client libraries in your preferred programming language directly from our API Specifications page. Supported languages include:

  • JavaScript/TypeScript
  • Python
  • Java
  • C#
  • PHP
  • And more

Testing Environment​

We recommend setting up separate development and production environments to safely test your integration without affecting live data.