Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

micahw51004915
micahw51004915
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by micahw51004915
Customize the badges you want to showcase on your profile
Re: using python to call api's - Adobe LiveCycle 07-12-2017
How to use APIs with Python:from urllib2 import Request, urlopen, URLErrorrequest = Request('http://placekitten.com/')try: response = urlopen(request) kittens = response.read() print kittens[559:1000]except URLError, e: print 'No kittez. Got an error code:', e

Views

309

Likes

0

Replies

0