GithubHelp home page GithubHelp logo

max-planck-innovation-competition / go-epo-eps Goto Github PK

View Code? Open in Web Editor NEW
3.0 5.0 0.0 1.72 MB

Retrieve the latest patents as HTML, XML, PDF, ZIP from the EPO

License: Apache License 2.0

Go 100.00%
epo patents go golang api-client

go-epo-eps's Introduction

GO EPO-EPS

Go Report Card Go Reference

Go API Client for the European Publication Server Web Service

The European Publication Server's REST API enables access to XML, HTML, TIFF images, and PDF/A versions of European A and B publications.

Status

Alpha Version

⚠️ Experimental - Not ready for production.

Installation

Add the package to your project via the following command:

go get github.com/max-planck-innovation-competition/go-epo-eps

Usage

The following function calls can be used to retrieve the publication dates, the patent ids and the patent data.

Get publication dates

import eps
dates, err := eps.GetPublicationDates()

Get patents ids of a publication dates

import eps
patentIds, err := eps.GetPublicationDatePatents(date)

Get patent by id

import eps
patentXMLData, err := eps.GetPatentXML(patentID)
patentHTMLData, err := eps.GetPatentHTML(patentID)
patentZIPData, err := eps.GetPatentZIP(patentID)
patentPDFData, err := eps.GetPatentPDF(patentID)

Transform xml data to golang struct

import eps
epPatentDocumentSimple, err := eps.ProcessXMLSimple(patentXMLData)

Environment

PROXY=http...
HTTP_PROXY=http...

go-epo-eps's People

Contributors

cconzen avatar sbstnerhrdt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

go-epo-eps's Issues

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.